update relnotes
[lhc/web/wiklou.git] / includes / proxy_check.php
index 0b33e12..4c67276 100644 (file)
@@ -3,6 +3,10 @@
  * Command line script to check for an open proxy at a specified location
  */
 
+if( php_sapi_name() != 'cli' ) {
+       die( 1 );
+}
+
 /**
  *
  */