REDIRECT_HTTP directive

This commit is contained in:
Savetheinternet
2010-12-02 18:07:24 +11:00
parent c327056f13
commit b2bd3303f9
7 changed files with 12 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
setCookies();
// Redirect
header('Location: ?' . MOD_DEFAULT, true, 302);
header('Location: ?' . MOD_DEFAULT, true, REDIRECT_HTTP);
// Close connection
sql_close();