aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2015-07-03 13:09:15 +0200
committerMaZderMind2015-07-03 13:09:15 +0200
commitb2cdfa500fa2ae85079e61be4a767b2960e47601 (patch)
tree826c5d169bb1bc2ce8afec22e40a1de15eaf2185 /index.php
parentfa9baf320c7d4ffda01dbc1509a54390cc9bd1db (diff)
ssl() and proto() helper to keep visitors on their url scheme
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 44bebbb..097c61e 100644
--- a/index.php
+++ b/index.php
@@ -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');