aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerhome.php
diff options
context:
space:
mode:
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>';