Files
fusionpbx/resources/jquery/jquery.min.js.php
T

11 lines
238 B
PHP
Raw Normal View History

<?php
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()+3600).' GMT');
2022-11-07 07:58:38 -08:00
include_once 'jquery-3.6.1.min.js';
2022-11-07 07:58:38 -08:00
?>