forked from leftypol/leftypol
REDIRECT_HTTP directive
This commit is contained in:
parent
c327056f13
commit
b2bd3303f9
7 changed files with 12 additions and 6 deletions
2
mod.php
2
mod.php
|
@ -29,7 +29,7 @@
|
|||
setCookies();
|
||||
|
||||
// Redirect
|
||||
header('Location: ?' . MOD_DEFAULT, true, 302);
|
||||
header('Location: ?' . MOD_DEFAULT, true, REDIRECT_HTTP);
|
||||
|
||||
// Close connection
|
||||
sql_close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue