diff options
author | MaZderMind | 2015-07-03 13:09:15 +0200 |
---|---|---|
committer | MaZderMind | 2015-07-03 13:09:15 +0200 |
commit | b2cdfa500fa2ae85079e61be4a767b2960e47601 (patch) | |
tree | 826c5d169bb1bc2ce8afec22e40a1de15eaf2185 /index.php | |
parent | fa9baf320c7d4ffda01dbc1509a54390cc9bd1db (diff) |
ssl() and proto() helper to keep visitors on their url scheme
Diffstat (limited to '')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,11 +3,11 @@ if(!ini_get('short_open_tag')) die('`short_open_tag = On` is required'); +require_once('lib/helper.php'); require_once('config.php'); require_once('lib/PhpTemplate.php'); require_once('lib/Exceptions.php'); -require_once('lib/helper.php'); require_once('model/ModelBase.php'); require_once('model/Conference.php'); |