aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index cfe0340..44bebbb 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,8 @@
<?php
+if(!ini_get('short_open_tag'))
+ die('`short_open_tag = On` is required');
+
require_once('config.php');
require_once('lib/PhpTemplate.php');