* Added wfDie() wrapper, and some manual die(-1), to force the return code
[lhc/web/wiklou.git] / skins / Standard.php
index 1c3447d..067496f 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 if( !defined( 'MEDIAWIKI' ) )
-       die();
+       die( -1 );
 
 /**
  * @todo document