* Added wfDie() wrapper, and some manual die(-1), to force the return code
[lhc/web/wiklou.git] / skins / MonoBook.php
index 0317d18..54f8cfa 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 if( !defined( 'MEDIAWIKI' ) )
-       die();
+       die( -1 );
 
 /** */
 require_once('includes/SkinTemplate.php');