aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerconnect.php
diff options
context:
space:
mode:
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');
}
}