summaryrefslogtreecommitdiff
path: root/skins/MonoBook.deps.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/MonoBook.deps.php')
-rw-r--r--skins/MonoBook.deps.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/MonoBook.deps.php b/skins/MonoBook.deps.php
index 8a78ae6b..b054c840 100644
--- a/skins/MonoBook.deps.php
+++ b/skins/MonoBook.deps.php
@@ -5,5 +5,8 @@
// changed on a subsequent page view.
// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
+if ( ! defined( 'MEDIAWIKI' ) )
+ die( 1 );
+
require_once('includes/SkinTemplate.php');
-?> \ No newline at end of file
+?>