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'];
?>
zk-quarkus 1.0 is now available! This new add-on enables seamless WebSocket support for Quarkus, ensuring a smoother integration experience for ZK users who are leveraging Quarkus in their applications. 📓 To learn more about the add-on, visit the ZK Developer Reference. It is available in the ZK EE and the ZK Eval repository. 🔎 For manual download, please access the Premium Download page and scroll […]