Przeglądaj źródła

Contact Times: Fix redirect issue on Timer.

Nate Jones 10 lat temu
rodzic
commit
0fcb8d5c60
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      contact_timer.php

+ 1 - 1
contact_timer.php

@@ -81,7 +81,7 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; }
 			$db->exec(check_sql($sql));
 			$db->exec(check_sql($sql));
 			unset($sql);
 			unset($sql);
 		}
 		}
-		header("contact_timer.php?contact_uuid=".$contact_uuid);
+		header("Location: contact_timer.php?contact_uuid=".$contact_uuid);
 	}
 	}
 
 
 //get contact details
 //get contact details