diff options
author | MaZderMind | 2016-12-11 19:55:39 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-11 20:38:12 +0100 |
commit | 895b7fa70883b60ad7ee15fefed6f908020310b9 (patch) | |
tree | a7d3ebce2798215f1eeff947a2915d7cf46fe1b9 | |
parent | 738878b8b060b3cfcdde2d88a1a28d5ce83e4aa7 (diff) |
add linebreak to error message
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <?php if(!ini_get('short_open_tag')) - die('`short_open_tag = On` is required'); + die("`short_open_tag = On` is required\n"); require_once('config.php'); require_once('lib/helper.php'); |