MediaWiki master
runScript.php
Go to the documentation of this file.
1<?php
2
3if ( stream_isatty( STDOUT ) ) {
4 echo "\n";
5 echo "*******************************************************************************\n";
6 echo "NOTE: The maintenance/runScript.php entry point has been replaced by run.php!\n";
7 echo "*******************************************************************************\n";
8 echo "\n";
9}
10
11require __DIR__ . "/run.php";