Update xml_cdr_import_update.php
This commit is contained in:
parent
d84ab6662e
commit
ab0e33b97d
|
|
@ -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";
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue