Update index.php

This commit is contained in:
FusionPBX 2019-05-25 23:14:53 -06:00 committed by GitHub
parent 827624139f
commit ee9cbdd6ab
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
//ajax refresh
var refresh = 1500;
var source_url = 'index_inc.php?' <?php if (isset($_GET['debug'])) { echo " + '&debug'"; } ?>;
var source_url = 'resources/content.php?' <?php if (isset($_GET['debug'])) { echo " + '&debug'"; } ?>;
var interval_timer_id;
function loadXmlHttp(url, id) {