* Added wfDie() wrapper, and some manual die(-1), to force the return code
[lhc/web/wiklou.git] / includes / compatability / ctype.php
index a68edf9..2724d8f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 if ( ! defined( 'MEDIAWIKI' ) )
-       die();
+       die( -1 );
 /**
  * PHP <4.2.0 doesn't build ctype_ functions by default and Gentoo doesn't
  * build it by default, and that probably applies for some other distributions