Use 'email' instead of 'e-mail' in API texts.
[lhc/web/wiklou.git] / maintenance / proxy_check.php
index 10892c4..2ccf703 100644 (file)
@@ -21,7 +21,7 @@
  * @ingroup Maintenance
  */
 
-if( php_sapi_name() != 'cli' ) {
+if( PHP_SAPI != 'cli' ) {
        die( 1 );
 }