signup fix

This commit is contained in:
Anton McClure 2020-07-01 19:50:06 -04:00
parent e669804134
commit 965bd9ae1e
No known key found for this signature in database
GPG Key ID: 95F468320CF39788
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php require_once '/var/www/tilde/server/header1.php';
$PageTitle("Join Request Sent Successfully!");
$PageTitle = "Join Request Sent Successfully!";
require_once '/var/www/tilde/server/header2.php'; ?>
<p>Request sent! We'll get back to you soon (usually within a day) with login instructions!</p>
<p><a href="/">Back to home page</a></p>