Skip to content
Snippets Groups Projects
Commit 267bfe63 authored by tbrehm's avatar tbrehm
Browse files

Fixed logout url.

parent 5190fe61
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ if($_SESSION["s"]["site"]["logout"] != '') {
if($conf["interface_logout_url"] != '') {
echo('URL_REDIRECT:'.$conf["interface_logout_url"]);
} else {
echo('URL_REDIRECT:../index.php');
echo('URL_REDIRECT:index.php');
}
}
exit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment