Topic: register.php does not allow x.5 timezones
$timezone = intval($_POST['timezone']);
By using intval() the decimal component of the timezone is lost.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 bug reports → register.php does not allow x.5 timezones
$timezone = intval($_POST['timezone']);
By using intval() the decimal component of the timezone is lost.
Correct. Noted.
PunBB Forums → PunBB 1.2 bug reports → register.php does not allow x.5 timezones
Powered by PunBB, supported by Informer Technologies, Inc.