aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9ccf21b03..e860879b9 100644
--- a/index.php
+++ b/index.php
@@ -23,7 +23,7 @@
* Check to see if user is logged in, if not display login form
**/
- if (isloggedin()) forward('pg/dashboard');
+ if (isloggedin()) forward('pg/dashboard/');
//Load the front page
global $CONFIG;