Fixes for r78201:
[lhc/web/wiklou.git] / includes / proxy_check.php
index 4c67276..2bc46c0 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 /**
  * Command line script to check for an open proxy at a specified location
+ *
+ * @file
  */
 
 if( php_sapi_name() != 'cli' ) {
@@ -50,5 +52,3 @@ if ( ( isset( $_REQUEST ) && array_key_exists( 'argv', $_REQUEST ) ) || count( $
 $output = escapeshellarg( $output );
 
 #`echo $output >> /home/tstarling/open/proxy.log`;
-
-?>