11 lines
233 B
PHP
Raw Normal View History

2015-11-17 21:27:57 -05:00
<?php
define('IN_SCRIPT', 1);
require_once('../../hesk_settings.inc.php');
header('Content-Type: application/javascript');
echo "
2016-04-15 21:39:39 -04:00
var g_isInAdmin = false;
2015-11-17 21:27:57 -05:00
function getHelpdeskUrl() {
return '".$hesk_settings['hesk_url']."';
}
";