r64582 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64581‎ | r64582 | r64583 >
Date:22:58, 3 April 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Check defined( 'MEDIAWIKI' )
Modified paths:
  • /trunk/extensions/AntiBot/AntiBot.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AntiBot/AntiBot.php
@@ -15,6 +15,9 @@
1616 * And then copy the plugins you want into the active directory.
1717 */
1818
 19+if ( !defined( 'MEDIAWIKI' ) ) {
 20+ exit( 1 );
 21+}
1922
2023 /** Configuration */
2124

Status & tagging log