mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
9e6f75ccbd
PHP 7 doesn't like the old short tags we were using (it's possible to re-enable them, but won't be for version 8, so we might as well switch now), and the old MySQL APIs are now gone entirely, replaced with something different. This should make everything work at least as well as it used to. Also, one file used to be checked in with CRLF line endings. ??
7 lines
238 B
PHP
7 lines
238 B
PHP
<?php // Preamble
|
|
$pageName = "Thanks!";
|
|
require "parts/preamble.php"; // Load most of document
|
|
?>
|
|
<P>Your comments have been submitted to the QuakeForge team.
|
|
|
|
<P>Click to be sent back to the <a href="contact.php">Contact Us</a> page.
|