golden hour
/home/doctorbruno/public_html/targetpg.in/wp-content/plugins/ajaxd-wordpress/modules/core_cache
⬆️ Go Up
Upload
File/Folder
Size
Actions
core.cache.css
0 B
Del
OK
core.cache.css.php
408 B
Del
OK
core.cache.js
0 B
Del
OK
core.cache.js.php
370 B
Del
OK
core_cache.php
3.04 KB
Del
OK
Edit: core.cache.js.php
<?php if(extension_loaded('zlib')){ $z = strtolower(ini_get('zlib.output_compression')); if ($z == false || $z == 'off') ob_start('ob_gzhandler'); } header ("content-type: text/javascript; charset: UTF-8"); $offset = 60 * 60 * 24; $expire = "expires: " . gmdate ("D, d M Y H:i:s", time() + $offset) . " GMT"; header ($expire); include('core.cache.js'); ?>
Save