Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki/maintenance/
Upload File :
Current File : /var/www/html/mediawiki/maintenance/runScript.php

<?php

if ( stream_isatty( STDOUT ) ) {
	echo "\n";
	echo "*******************************************************************************\n";
	echo "NOTE: The maintenance/runScript.php entry point has been replaced by run.php!\n";
	echo "*******************************************************************************\n";
	echo "\n";
}

require __DIR__ . "/run.php";