includes/functions.php
changeset 1370 24f5610ea589
parent 1355 12c23b83c79d
child 1373 851b91febb85
--- a/includes/functions.php	Mon Nov 19 11:37:02 2012 -0500
+++ b/includes/functions.php	Mon Nov 19 11:37:36 2012 -0500
@@ -589,7 +589,7 @@
 	{
 		header('Location: ' . $url);
 		header('Content-length: 0');
-		header('HTTP/1.1 307 Temporary Redirect');
+		header('HTTP/1.1 302 Found');
 		
 		// with 3xx codes HTTP clients expect a response of 0 bytes, so just die here
 		exit();