aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2016-12-11 19:55:39 +0100
committerMaZderMind2016-12-11 20:38:12 +0100
commit895b7fa70883b60ad7ee15fefed6f908020310b9 (patch)
treea7d3ebce2798215f1eeff947a2915d7cf46fe1b9 /index.php
parent738878b8b060b3cfcdde2d88a1a28d5ce83e4aa7 (diff)
add linebreak to error message
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index ef3944c..6c62e34 100644
--- a/index.php
+++ b/index.php
@@ -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');