summaryrefslogtreecommitdiff
path: root/includes/engelsystem.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-11-12 14:41:23 +0100
committermsquare <msquare@notrademark.de>2018-12-02 12:53:31 +0100
commitc33940f64a1e5b59afd700010247382f5b7b2df3 (patch)
tree453b8810c90cd78e75a1425a4f4f002e585d121a /includes/engelsystem.php
parent951828a4f1175f99666a48629ea125640cc7c598 (diff)
Moved permission checks to Authenticator class
Diffstat (limited to 'includes/engelsystem.php')
-rw-r--r--includes/engelsystem.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/engelsystem.php b/includes/engelsystem.php
index caebe09b..ca121cc2 100644
--- a/includes/engelsystem.php
+++ b/includes/engelsystem.php
@@ -21,9 +21,3 @@ if ($app->get('config')->get('maintenance')) {
echo $maintenance;
die();
}
-
-
-/**
- * Init authorization
- */
-load_auth();