HEX
Server: Apache
System: Linux iad1-shared-e1-24 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: dh_ncpy7d (5150532)
PHP: 8.2.26
Disabled: NONE
Upload Files
File: /home/dh_ncpy7d/beitarbeersheva.com/photos/include/php_compat/gzopen.php
<?php
if (!function_exists('gzopen') && function_exists('gzopen64'))
{
  function gzopen(string $filename , string $mode, int $use_include_path = null)
  {
    return gzopen64($filename, $mode, $use_include_path);
  }
}
?>