Partially revert r92245 per r92245 CR.
[lhc/web/wiklou.git] / skins / MonoBook.deps.php
index 0efe121..dda24e0 100644 (file)
@@ -3,6 +3,10 @@
 // MonoBook.php is compiled, working around a bug in the APC opcode
 // cache on PHP 5, where cached code can break if the include order
 // changed on a subsequent page view.
+// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html
+
+if ( ! defined( 'MEDIAWIKI' ) )
+       die( 1 );
+
+require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php');
 
-require_once('includes/SkinTemplate.php');
-?>
\ No newline at end of file