summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2015-02-10 14:48:08 +0200
committerElan Ruusamäe <glen@delfi.ee>2015-02-10 14:48:08 +0200
commit0a4266d4abdf928b71e0eb0164595ce5d3f162f6 (patch)
treec05fe8b6489757ecf8d9b0ba19f0616a418f6f54 /inc
parent453ad46df5bdda6e55385e09e43193df37fe32c3 (diff)
downloadrpg-0a4266d4abdf928b71e0eb0164595ce5d3f162f6.tar.gz
rpg-0a4266d4abdf928b71e0eb0164595ce5d3f162f6.tar.bz2
consistency: failure exit with status code 1
Diffstat (limited to 'inc')
-rw-r--r--inc/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/init.php b/inc/init.php
index 91bc77f98..bc9ab6d70 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -535,7 +535,7 @@ function nice_die($msg){
</body>
</html>
EOT;
- exit;
+ exit(1);
}
/**