* (bug 4298) Include rc_id on enhanced RC singleton diff links for patrolling
[lhc/web/wiklou.git] / includes / proxy_check.php
index b017f32..583e8fd 100644 (file)
@@ -4,6 +4,10 @@
  * @package MediaWiki
  */
 
+if( php_sapi_name() != 'cli' ) {
+       die('');
+}
+
 /**
  *
  */