WP File Manager
Current Path:
/
home
/
translil
/
www
/
amitram
/
multimedia
/
include
/
php_compat
/
Name
Action
..
gzopen.php
Edit
index.php
Edit
Editing: 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); } } ?>