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, 0 insertions, 18 deletions
diff --git a/w/class/controllerconnect.php b/w/class/controllerconnect.php
deleted file mode 100644
index 2bda1b0..0000000
--- a/w/class/controllerconnect.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-class Controllerconnect extends Controller
-{
-
- public function desktop()
- {
- $this->showtemplate('connect', ['user' => $this->user]);
- }
-
-}
-
-
-
-
-
-
-?> \ No newline at end of file