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 @@
16
16
* And then copy the plugins you want into the active directory.
17
17
*/
18
18
19
+if ( !defined( 'MEDIAWIKI' ) ) {
20
+ exit( 1 );
21
+}
19
22
20
23
/** Configuration */
21
24
Status & tagging log
20:04, 23 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r64582
[
removed:
new
added:
deferred]