Skip to content

Commit 267bfe6

Browse files
committed
Fixed logout url.
1 parent 5190fe6 commit 267bfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/login/logout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
if($conf["interface_logout_url"] != '') {
7272
echo('URL_REDIRECT:'.$conf["interface_logout_url"]);
7373
} else {
74-
echo('URL_REDIRECT:../index.php');
74+
echo('URL_REDIRECT:index.php');
7575
}
7676
}
7777
exit;

0 commit comments

Comments
 (0)