* Added wfDie() wrapper, and some manual die(-1), to force the return code
[lhc/web/wiklou.git] / includes / templates / Confirmemail.php
index ec1dc1f..07b2a64 100644 (file)
@@ -3,7 +3,7 @@
  * @package MediaWiki
  * @subpackage Templates
  */
-if( !defined( 'MEDIAWIKI' ) ) die();
+if( !defined( 'MEDIAWIKI' ) ) die( -1 );
 
 /** */
 require_once( 'includes/SkinTemplate.php' );