projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e37cca
)
Fixed 'Moved Temporarily' error after login (on some server configurations).
author
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Mon, 21 Jan 2013 07:51:16 +0000
(08:51 +0100)
committer
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Mon, 21 Jan 2013 07:51:16 +0000
(08:51 +0100)
includes/session.inc
patch
|
blob
|
history
diff --git
a/includes/session.inc
b/includes/session.inc
index f68dd38e8aed6bd99ec306d9c768d04597a613de..27e6f8e6746e407ebc98471d7891b007aff20d7e 100644
(file)
--- a/
includes/session.inc
+++ b/
includes/session.inc
@@
-455,7
+455,7
@@
if (strstr($_SERVER['PHP_SELF'], 'logout.php') == false){
{
// in case of GET request redirect to avoid confirmation dialog
// after return from menu option
- header("HTTP
1.1 303 See Other");
+ header("HTTP
/
1.1 303 See Other");
header("Location: ".$_SESSION['timeout']['uri']);
exit();
}