Blacklist ZIP subtypes added in r68873, to avoid GIFAR.
[lhc/web/wiklou.git] / includes / AjaxDispatcher.php
index 16e5301..5ee14a5 100644 (file)
@@ -7,7 +7,7 @@
  * Handle ajax requests and send them to the proper handler.
  */
 
-if ( !( defined( 'MEDIAWIKI' ) && $wgUseAjax ) ) {
+if ( !defined( 'MEDIAWIKI' ) ) {
        die( 1 );
 }