mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
Used by contact.php
This commit is contained in:
parent
fbbf195d3d
commit
b092385286
1 changed files with 17 additions and 0 deletions
17
thanks.php
Normal file
17
thanks.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<? // Preamble
|
||||
$pageName = "Thanks!";
|
||||
$focused = "none"; // Dock icon name to gets a border
|
||||
require("parts/preamble.php"); // Load most of document
|
||||
?>
|
||||
<H2>Thanks</H2>
|
||||
<P>Your comments have been submitted to the QuakeForge team.
|
||||
|
||||
<P>You are now being sent back to the <a href="contact.php">Contact Us</a> page.
|
||||
|
||||
<?
|
||||
require("parts/postamble.php"); // Finish this sucker up
|
||||
?>
|
||||
<?
|
||||
sleep(5);
|
||||
header("Location: http://www.quakeforge.net/contact.php");
|
||||
?>
|
Loading…
Reference in a new issue