Skip to content

Commit 648d51f

Browse files
author
Till Brehm
committed
Changed login redirect to a relative URL.
1 parent fe39f6b commit 648d51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/login/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
echo 'LOGIN_REDIRECT:'.$_SESSION['s']['module']['startpage'];
261261
exit;
262262
} else {
263-
header('Location: /index.php');
263+
header('Location: ../index.php');
264264
die();
265265
}
266266
}

0 commit comments

Comments
 (0)