Commit cec0068ab0f1ce4b7d72281decd838ae675030ed

Authored by michael
1 parent 7f02e44d

prepending dashboard controller url with owl_root_url


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@471 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
presentation/login.php
@@ -74,7 +74,7 @@ if ($loginAction == "loginForm") { @@ -74,7 +74,7 @@ if ($loginAction == "loginForm") {
74 $url = urldecode($redirect); 74 $url = urldecode($redirect);
75 // else redirect to the dashboard 75 // else redirect to the dashboard
76 } else { 76 } else {
77 - $url = "/control.php?action=dashboard"; 77 + $url = $default->owl_root_url . "/control.php?action=dashboard";
78 } 78 }
79 break; 79 break;
80 // login disabled 80 // login disabled