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 @@
22 <?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+}
37
48 class Maintenance extends SpecialPage {
59 var $type = '';

Status & tagging log