bootstrap-tempusdominus.min.js.php 248 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 'bootstrap-tempusdominus.min.js';
  7. ?>