Unsecable space causing error on register
Closed this issue · 0 comments
OlolBzH commented
Hello,
I installed the webpanel on a debian 8 and detected an issue in api/register.php the line 46 (see below) contain an unsecable space wich cause an error on execution.
if ($res['uuid'] == 0 || ($res['uuid'] == 1 && $uid != "")) {
fixed by replacing all spaces in the line.
regards