Fix the app/xml_cdr/app_languages.php and remove the include ot the import when viewing xml cdr.

This commit is contained in:
markjcrane
2015-12-19 22:04:05 -07:00
parent 6d700faaa1
commit a2a98ee036
2 changed files with 1 additions and 5 deletions

View File

@@ -34,9 +34,6 @@ else {
exit;
}
//import xml_cdr files
require_once "v_xml_cdr_import.php";
//additional includes
require_once "resources/paging.php";