first commit

This commit is contained in:
alazhar
2020-01-02 22:49:45 +07:00
commit 2662cbccd5
390 changed files with 81624 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
//http://www.fiftyfoureleven.com/weblog/web-development/css/the-definitive-css-gzip-method
ob_start('ob_gzhandler');
header('Content-type: text/javascript; charset: UTF-8');
header('Cache-Control: must-revalidate');
header('Expires: '.gmdate('D, d M Y H:i:s',time()+60*60).' GMT');
require './mootools-1.2-core.js';
?>