* Added wfDie() wrapper, and some manual die(-1), to force the return code
[lhc/web/wiklou.git] / skins / disabled / Amethyst.php
index ed1e1d7..c97d679 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 if( !defined( 'MEDIAWIKI' ) )
-       die();
+       die( -1 );
 
 /** Skin reuse monobook template */
 require_once('MonoBook.php');