?
ob_start(“ob_gzhandler”);
header(“content-type: text/javascript; charset: UTF-8″);
header (“expires: ” . gmdate (“D, d M Y H:i:s”, time() + 302400) . ” GMT”);
header(“Cache-Control: max-age=302400, private, must-revalidate”, true);
echo “/*\n”;
echo file_get_contents($_GET['file']);
?
save the file created in a file for future use
No comments:
Post a Comment