Fix typo. I am stupid.

This commit is contained in:
Jacob 2024-02-05 21:17:39 +01:00
parent 986e6bb33b
commit 6f88f09165

View file

@ -77,7 +77,7 @@ if (isset($_REQUEST['username']) && isset($_REQUEST['password'])) {
session_unset();
session_destroy();
$html .= "\t\t\t\t<p class=\"error\">Calm down. You've created too many accounts.'</p>\n";
$html .= "\t\t\t\t<p class=\"error\">Calm down. You've created too many accounts.</p>\n";
}
$html = printFooter($html);