Update xml_cdr_import_update.php

This commit is contained in:
FusionPBX 2018-02-23 10:07:33 -07:00 committed by GitHub
parent e100fc8b8a
commit 3458112269
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@
set_include_path($document_root);
require_once "resources/require.php";
$_SERVER["DOCUMENT_ROOT"] = $document_root;
$display_type = 'text'; //html, text
}
else {
echo "access denied";
@ -155,4 +154,5 @@
//echo finished
echo "completed\n";
}
?>