r34876 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r34875
|
r34876
|
r34877
>
Date:
18:31, 15 May 2008
Author:
siebrand
Status:
old
Tags:
Comment:
if(!defined('MEDIAWIKI')) die(1);
Modified paths:
/trunk/extensions/Maintenance/Maintenance_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Maintenance/Maintenance_body.php
—
—
@@ -1,4 +1,8 @@
2
2
<?php
3
+if(!defined('MEDIAWIKI')) {
4
+ echo("This file is an extension to the MediaWiki software and is not a valid access point");
5
+ die(1);
6
+}
3
7
4
8
class Maintenance extends SpecialPage {
5
9
var $type = '';
Status & tagging log
15:26, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r34876
[
removed:
ok
added:
old]