You've already forked codeigniter_test
first commit
This commit is contained in:
10
asset/tuts/class.wysiwyg.js/mootools-1.2-core.js.php
Normal file
10
asset/tuts/class.wysiwyg.js/mootools-1.2-core.js.php
Normal 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';
|
||||
?>
|
Reference in New Issue
Block a user