';
down();
...
=========================
Above is the top part of user.php.
simply add "@" before uppe() and main(...) and down()
so it will look like the following:
========================
";
@main($SIDU,$user,$acs,$acs2,$grant,$cmd);
echo '';
@down();
...
=========================
2)We have changed the php requirement to 5.4 due to syntax error in version 6.0.