aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerhome.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-23 20:14:08 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-23 20:14:08 +0100
commite6a313f0ce599e14f2d6c55c8080582f0d539d10 (patch)
tree7076845bf8d59c7b1391917d875f014858fc2cc8 /app/class/controllerhome.php
parente8566a57cf1b9cc2eed10429f27840d17da945ef (diff)
downloadwcms-e6a313f0ce599e14f2d6c55c8080582f0d539d10.tar.gz
wcms-e6a313f0ce599e14f2d6c55c8080582f0d539d10.zip
admin connect
Diffstat (limited to 'app/class/controllerhome.php')
-rw-r--r--app/class/controllerhome.php10
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>';