jquery.autosize.input.js.php 242 B

12345678910
  1. <?php
  2. ob_start('ob_gzhandler');
  3. header('Content-type: text/javascript; charset: UTF-8');
  4. header('Cache-Control: must-revalidate');
  5. header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
  6. include_once 'jquery.autosize.input.js';
  7. ?>