mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-02 22:19:19 +00:00
Add the text class to more of the applications.
This commit is contained in:
@@ -35,14 +35,13 @@ else {
|
||||
}
|
||||
|
||||
//add multi-lingual support
|
||||
require_once "app_languages.php";
|
||||
foreach($text as $key => $value) {
|
||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
$language = new text;
|
||||
$text = $language->get();
|
||||
|
||||
if (count($_GET)>0) {
|
||||
$id = $_GET["id"];
|
||||
}
|
||||
//get the id
|
||||
if (count($_GET)>0) {
|
||||
$id = $_GET["id"];
|
||||
}
|
||||
|
||||
if (strlen($id)>0) {
|
||||
$sql = "delete from v_modules ";
|
||||
|
||||
Reference in New Issue
Block a user