We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5190fe6 commit 267bfe6Copy full SHA for 267bfe6
interface/web/login/logout.php
@@ -71,7 +71,7 @@
71
if($conf["interface_logout_url"] != '') {
72
echo('URL_REDIRECT:'.$conf["interface_logout_url"]);
73
} else {
74
- echo('URL_REDIRECT:../index.php');
+ echo('URL_REDIRECT:index.php');
75
}
76
77
exit;
0 commit comments