fusionpbx-ldap/resources/jquery/jquery.autosize.input.js.php

10 lines
242 B
PHP
Raw Permalink Normal View History

2022-09-05 08:18:30 +00:00
<?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.autosize.input.js';
?>