diff options
Diffstat (limited to '')
-rw-r--r-- | src/web/_controller/_index.php (renamed from web/_controller/_index.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/_controller/_index.php b/src/web/_controller/_index.php index fdf9440..2fd7db2 100644 --- a/web/_controller/_index.php +++ b/src/web/_controller/_index.php @@ -14,7 +14,7 @@ class _index_controller extends Controller { if ($this->main->session) { $this->redirect('/home'); } else { - $this->redirect('/login'); + $this->redirect('/auth/login'); } } |