* Normalize titles in Special:Randomincategory
[lhc/web/wiklou.git] / skins / MySkin.deps.php
index ea0455f..5e24906 100644 (file)
@@ -5,6 +5,9 @@
 // changed on a subsequent page view.
 // see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
 
-require_once('includes/SkinTemplate.php');
-require_once('MonoBook.php');
-?>
\ No newline at end of file
+if ( ! defined( 'MEDIAWIKI' ) )
+       die( 1 );
+
+require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php');
+require_once( dirname(__FILE__) . '/MonoBook.php' );
+