* Added login failure output.

This commit is contained in:
tomo 2023-07-01 19:09:17 -06:00 committed by Retro_Guy
parent 2646e652a7
commit 1f7be9db16
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ include "head.inc";
<?php
$logged_in = true;
}
else
{
echo 'Login failed.';
}
}
echo '<h1 class="np_thread_headline">';