aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerconnect.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-29 01:53:17 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-29 01:53:17 +0100
commitd0ef17169701f90a9dab5f50e3eb61954653cae2 (patch)
tree03efa5a4e6eb1d2727b4c075b16a3627b1ad4591 /app/class/controllerconnect.php
parent6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee (diff)
downloadwcms-d0ef17169701f90a9dab5f50e3eb61954653cae2.tar.gz
wcms-d0ef17169701f90a9dab5f50e3eb61954653cae2.zip
font upload
Diffstat (limited to 'app/class/controllerconnect.php')
-rw-r--r--app/class/controllerconnect.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/class/controllerconnect.php b/app/class/controllerconnect.php
index b8dea88..dd06933 100644
--- a/app/class/controllerconnect.php
+++ b/app/class/controllerconnect.php
@@ -39,7 +39,7 @@ class Controllerconnect extends Controller
if (!empty($id)) {
$this->routedirect('artread/', ['art' => $id]);
} else {
- $this->routedirect('backrouter');
+ $this->routedirect('home');
}
}
@@ -50,7 +50,7 @@ class Controllerconnect extends Controller
if (!empty($id)) {
$this->routedirect('artread/', ['art' => $id]);
} else {
- $this->routedirect('backrouter');
+ $this->routedirect('home');
}
}