No br tag

This commit is contained in:
hakasenyang
2017-04-10 02:59:35 +09:00
parent 294c8f0329
commit ff7c295dbb
+1 -1
View File
@@ -7,7 +7,7 @@
global $Check;
if(empty($Check->RealID) || empty($Check->OsuID))
{
echo '<br>User not found<br><br>';
echo 'User not found<br><br>';
return false;
}
echo $Check->RealID . ' (' . $Check->OsuID . ')';