3 seconds too low

This commit is contained in:
Arya Kiran 2022-07-13 21:26:45 +05:30
parent fbc6a7bb9d
commit 9934ddead1
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 2 additions and 2 deletions

View File

@ -138,10 +138,10 @@
<?php
} else {
?>
<meta http-equiv="refresh" content="3;url=http://<?php echo htmlspecialchars($_SERVER['HTTP_HOST']); ?>" />
<meta http-equiv="refresh" content="10;url=http://<?php echo htmlspecialchars($_SERVER['HTTP_HOST']); ?>" />
<div class=h><h1 id=thanks>Thank you for signing up.</h1> <a aria-hidden=true href=#thanks>#thanks</a></div>
<p>An admin will review your request, and an e-mail will be sent if your registration is successful.</p>
<p>You will be redirected back <a href=/>home</a> in 3 seconds.</p>
<p>You will be redirected back <a href=/>home</a> in 10 seconds.</p>
<?php
if (isset($_POST['matrix'])) $use_matrix = true;