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, 25 insertions, 0 deletions
diff --git a/app/class/controllerinfo.php b/app/class/controllerinfo.php
new file mode 100644
index 0000000..8f8b494
--- /dev/null
+++ b/app/class/controllerinfo.php
@@ -0,0 +1,25 @@
+<?php
+
+class Controllerinfo extends Controller
+{
+
+ public function __construct($render) {
+ parent::__construct($render);
+
+
+ }
+
+ public function desktop()
+ {
+ if($this->user->iseditor()) {
+ $this->showtemplate('info', []);
+ }
+ }
+
+
+
+
+}
+
+
+?> \ No newline at end of file