* Normalize titles in Special:Randomincategory
[lhc/web/wiklou.git] / includes / proxy_check.php
index 486da56..a878a25 100644 (file)
@@ -1,11 +1,10 @@
 <?php
 /**
  * Command line script to check for an open proxy at a specified location
- * @package MediaWiki
  */
 
 if( php_sapi_name() != 'cli' ) {
-       die( -1 );
+       die( 1 );
 }
 
 /**
@@ -52,4 +51,4 @@ $output = escapeshellarg( $output );
 
 #`echo $output >> /home/tstarling/open/proxy.log`;
 
-?>
+