Valid exit status codes range from 0 to 254.
[lhc/web/wiklou.git] / includes / AjaxFunctions.php
index 3580a29..73af03c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 if( !defined( 'MEDIAWIKI' ) )
-        die( -1 );
+        die( 1 );
 
 require_once('WebRequest.php');