mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
This commit updates FusionPBX to use jQuery 3.6.1 and also adds a fallback to the other variable name for offhook autodial on the HT802.
11 lines
238 B
PHP
11 lines
238 B
PHP
<?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');
|
|
|
|
include_once 'jquery-3.6.1.min.js';
|
|
|
|
?>
|