Fix the app/xml_cdr/app_languages.php and remove the include ot the import when viewing xml cdr.
This commit is contained in:
@@ -571,7 +571,6 @@ $text['label-network_addr']['uk'] = "";
|
|||||||
$text['label-network_addr']['de-at'] = "Netzwerk Adresse";
|
$text['label-network_addr']['de-at'] = "Netzwerk Adresse";
|
||||||
$text['label-network_addr']['he'] = "כתובת רשת";
|
$text['label-network_addr']['he'] = "כתובת רשת";
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
$text['label-mos_score']['en-us'] = "MOS Score";
|
$text['label-mos_score']['en-us'] = "MOS Score";
|
||||||
$text['label-mos_score']['es-cl'] = "";
|
$text['label-mos_score']['es-cl'] = "";
|
||||||
$text['label-mos_score']['pt-pt'] = "";
|
$text['label-mos_score']['pt-pt'] = "";
|
||||||
@@ -1233,4 +1232,4 @@ $text['button-advanced_search']['uk'] = "";
|
|||||||
$text['button-advanced_search']['de-at'] = "Erweiterte Suche";
|
$text['button-advanced_search']['de-at'] = "Erweiterte Suche";
|
||||||
$text['button-advanced_search']['he'] = "חיפוש מתקדם";
|
$text['button-advanced_search']['he'] = "חיפוש מתקדם";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -34,9 +34,6 @@ else {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
//import xml_cdr files
|
|
||||||
require_once "v_xml_cdr_import.php";
|
|
||||||
|
|
||||||
//additional includes
|
//additional includes
|
||||||
require_once "resources/paging.php";
|
require_once "resources/paging.php";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user