mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
Warn when short_open_tags is not configured correctly
This commit is contained in:
parent
2b0ae8cf39
commit
c7c528ba87
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue