Till Brehm
2016-04-20 648d51f1292699b06971400726db942961571a91
Changed login redirect to a relative URL.
1 files modified
2 ■■■ changed files
interface/web/login/index.php 2 ●●● patch | view | raw | blame | history
interface/web/login/index.php
@@ -260,7 +260,7 @@
                            echo 'LOGIN_REDIRECT:'.$_SESSION['s']['module']['startpage'];
                            exit;
                        } else {
                            header('Location: /index.php');
                            header('Location: ../index.php');
                            die();
                        }
                    }