generateLocalAutoload.php: Abort for web requests
[lhc/web/wiklou.git] / maintenance / generateLocalAutoload.php
index 78e66b7..5e4cac6 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 
+if ( PHP_SAPI != 'cli' ) {
+       die( "This script can only be run from the command line.\n" );
+}
+
 require_once __DIR__ . '/../includes/utils/AutoloadGenerator.php';
 
 // Mediawiki installation directory