mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Misc Classes: Database class integration.
This commit is contained in:
@@ -265,7 +265,7 @@ class text {
|
||||
$text = array();
|
||||
$languages = array();
|
||||
|
||||
//fetch all the languages
|
||||
//retrieve all the languages
|
||||
$files = glob($_SERVER["PROJECT_ROOT"] . "/*/*/app_languages.php");
|
||||
foreach($files as $file) {
|
||||
include $file;
|
||||
@@ -309,7 +309,7 @@ class text {
|
||||
$language_totals[$language_code] = 0;
|
||||
}
|
||||
|
||||
//fetch all the languages
|
||||
//retrieve all the languages
|
||||
$text = array();
|
||||
$files = glob($_SERVER["PROJECT_ROOT"] . "/*/*/app_languages.php");
|
||||
foreach($files as $file) {
|
||||
@@ -327,7 +327,7 @@ class text {
|
||||
}
|
||||
unset($text);
|
||||
|
||||
//fetch all the menus
|
||||
//retrieve all the menus
|
||||
$x = 0;
|
||||
$files = glob($_SERVER["PROJECT_ROOT"] . "/*/*");
|
||||
foreach($files as $file) {
|
||||
|
||||
Reference in New Issue
Block a user