diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2015-02-10 14:48:08 +0200 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2015-02-10 14:48:08 +0200 |
commit | 0a4266d4abdf928b71e0eb0164595ce5d3f162f6 (patch) | |
tree | c05fe8b6489757ecf8d9b0ba19f0616a418f6f54 /inc/init.php | |
parent | 453ad46df5bdda6e55385e09e43193df37fe32c3 (diff) | |
download | rpg-0a4266d4abdf928b71e0eb0164595ce5d3f162f6.tar.gz rpg-0a4266d4abdf928b71e0eb0164595ce5d3f162f6.tar.bz2 |
consistency: failure exit with status code 1
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 2 |
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); } /** |