Reducing the number of stat calls is all very well, but please don't introduce any...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 9 Feb 2007 09:28:35 +0000 (09:28 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 9 Feb 2007 09:28:35 +0000 (09:28 +0000)
includes/GlobalFunctions.php

index 22237ee..dbddf1f 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 
+if ( !defined( 'MEDIAWIKI' ) ) {
+       die( "This file is part of MediaWiki, it is not a valid entry point" );
+}
+
 /**
  * Global functions used everywhere
  */