diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-12 11:11:58 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-12 11:11:58 +0100 |
commit | 89b05effb2eb45382762fcfcfae2373b7754caa7 (patch) | |
tree | de7a5298f1ef7a095c4b99e684c80b9152c686b1 /app/class/controller.php | |
parent | a64af357ff41a61f5248e2052274315b390e979c (diff) | |
download | wcms-89b05effb2eb45382762fcfcfae2373b7754caa7.tar.gz wcms-89b05effb2eb45382762fcfcfae2373b7754caa7.zip |
url-cleaning-redirect-correct-id
Diffstat (limited to 'app/class/controller.php')
-rw-r--r-- | app/class/controller.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/class/controller.php b/app/class/controller.php index db13d5a..1c3fee5 100644 --- a/app/class/controller.php +++ b/app/class/controller.php @@ -11,8 +11,7 @@ class Controller public function __construct($router) { $this->setuser(); $this->router = $router; - $this->initplates(); - $this->initconfig(); + $this->initplates(); } public function setuser() @@ -44,10 +43,6 @@ class Controller } } - public function initconfig() - { - Config::readconfig(); - } public function showtemplate($template, $params) { |