aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerinfo.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/controllerinfo.php')
-rw-r--r--app/class/controllerinfo.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/class/controllerinfo.php b/app/class/controllerinfo.php
deleted file mode 100644
index 82d247d..0000000
--- a/app/class/controllerinfo.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-class Controllerinfo extends Controller
-{
-
- public function __construct($render) {
- parent::__construct($render);
- }
-
- public function desktop()
- {
- if($this->user->iseditor()) {
- $this->showtemplate('info', ['version' => getversion()]);
- }
- }
-
-
-
-
-
-
-}
-
-
-?> \ No newline at end of file