diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-23 20:14:08 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-23 20:14:08 +0100 |
commit | e6a313f0ce599e14f2d6c55c8080582f0d539d10 (patch) | |
tree | 7076845bf8d59c7b1391917d875f014858fc2cc8 /app/class/controllerhome.php | |
parent | e8566a57cf1b9cc2eed10429f27840d17da945ef (diff) | |
download | wcms-e6a313f0ce599e14f2d6c55c8080582f0d539d10.tar.gz wcms-e6a313f0ce599e14f2d6c55c8080582f0d539d10.zip |
admin connect
Diffstat (limited to 'app/class/controllerhome.php')
-rw-r--r-- | app/class/controllerhome.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/class/controllerhome.php b/app/class/controllerhome.php index c9ae8d4..caeb652 100644 --- a/app/class/controllerhome.php +++ b/app/class/controllerhome.php @@ -32,16 +32,6 @@ class Controllerhome extends Controller } - public function analyseall() - { - if($this->user->level() >= Modeluser::EDITOR) { - $scan = new Modelanalyse; - $scan->analyseall(); - $this->redirect('./'); - - } - } - public function massedit() { echo '<h2>Mass Edit</h2>'; |