Commit 894b30838d85cca0f70a077a6e8f40f54241f001

Authored by Michael Joseph
1 parent 4c9a6999

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 74 $url = urldecode($redirect);
75 75 // else redirect to the dashboard
76 76 } else {
77   - $url = "/control.php?action=dashboard";
  77 + $url = $default->owl_root_url . "/control.php?action=dashboard";
78 78 }
79 79 break;
80 80 // login disabled
... ...