diff options
Diffstat (limited to 'maintenance/proxy_check.php')
-rw-r--r-- | maintenance/proxy_check.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maintenance/proxy_check.php b/maintenance/proxy_check.php index 2bc46c0d..9c5f32b2 100644 --- a/maintenance/proxy_check.php +++ b/maintenance/proxy_check.php @@ -3,6 +3,7 @@ * Command line script to check for an open proxy at a specified location * * @file + * @ingroup Maintenance */ if( php_sapi_name() != 'cli' ) { |