• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Znote ACC help, php problem?

drifter8779

Member
Joined
Oct 17, 2009
Messages
163
Reaction score
7
After a user inputs their user/password incorrectly while signing in, it leads to this page, but i want to tidy it up, make it so that the whole "Registered?" word is an entire link, and make it so that code does not appear. :)
4.png
 
login.php

Either remove
PHP:
data_dump($_POST, false, "POST");
or comment it out, e.g
PHP:
// data_dump($_POST, false, "POST");
Move </a> after ed?
PHP:
$errors[] = 'Failed to authorize your account, are the details correct, have you <a href=\'register.php\'>register</a>ed?';
 
Back
Top