if (!empty($_SERVER['HTTP_CLIENT_IP']))
$ip=$_SERVER['HTTP_CLIENT_IP'];
else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR']))
$ip=$_SERVER['HTTP_X_FORWARDED_FOR'];
else
$ip=$_SERVER['REMOTE_ADDR'];
?>
In ZK 9.5 we added a preview version of ZK web accessibility support including screen reader support, keyboard navigation, high contract themes, and more. Along with the release we announced a feedback event to invite you to try out our accessibility features and give us your feedback. Now that the survey is closed and we […]