aboutsummaryrefslogtreecommitdiff
path: root/w/class/controllerconnect.php
diff options
context:
space:
mode:
Diffstat (limited to 'w/class/controllerconnect.php')
-rw-r--r--w/class/controllerconnect.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/w/class/controllerconnect.php b/w/class/controllerconnect.php
new file mode 100644
index 0000000..2bda1b0
--- /dev/null
+++ b/w/class/controllerconnect.php
@@ -0,0 +1,18 @@
+<?php
+
+class Controllerconnect extends Controller
+{
+
+ public function desktop()
+ {
+ $this->showtemplate('connect', ['user' => $this->user]);
+ }
+
+}
+
+
+
+
+
+
+?> \ No newline at end of file