tbrehm
2008-12-14 267bfe63efa0088edf729f25c81ef920d52591b5
Fixed logout url.
1 files modified
2 ■■■ changed files
interface/web/login/logout.php 2 ●●● patch | view | raw | blame | history
interface/web/login/logout.php
@@ -71,7 +71,7 @@
    if($conf["interface_logout_url"] != '') {
        echo('URL_REDIRECT:'.$conf["interface_logout_url"]);
    } else {
        echo('URL_REDIRECT:../index.php');
        echo('URL_REDIRECT:index.php');
    }
}
exit;