diff --git a/inc/init.php b/inc/init.php
index 91bc77f981cc1527e68f4b67438c060c7e9bdbf8..bc9ab6d70f17edbe5a1719676b17057d21dcf58d 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -535,7 +535,7 @@ function nice_die($msg){
 </body>
 </html>
 EOT;
-    exit;
+    exit(1);
 }
 
 /**