diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-02 02:03:52 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-02 02:03:52 +0100 |
commit | 85824de70ded75c98bd50220160e2171fdc8df41 (patch) | |
tree | 11480f65ff97ddbb3ea4806ff1f313628ced15a0 /w/class/controllerconnect.php | |
parent | 36ef34af2abcdea63a73b578208f20ca40b52f49 (diff) | |
download | wcms-85824de70ded75c98bd50220160e2171fdc8df41.tar.gz wcms-85824de70ded75c98bd50220160e2171fdc8df41.zip |
render working and url auto link
Diffstat (limited to 'w/class/controllerconnect.php')
-rw-r--r-- | w/class/controllerconnect.php | 18 |
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 |