mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
Adicionada a lingua pt aos menus
This commit is contained in:
@@ -26,6 +26,13 @@
|
||||
include "root.php";
|
||||
require_once "includes/require.php";
|
||||
|
||||
require_once "includes/Logging.php";
|
||||
// Logging class initialization
|
||||
$log = new Logging();
|
||||
|
||||
// set path and name of log file (optional)
|
||||
$log->lfile('/tmp/mylog.txt');
|
||||
|
||||
//if reloadxml then run the command
|
||||
if (isset($_SESSION["reload_xml"])) {
|
||||
if (strlen($_SESSION["reload_xml"]) > 0) {
|
||||
@@ -72,7 +79,7 @@ require_once "includes/require.php";
|
||||
else {
|
||||
$content = '';
|
||||
}
|
||||
|
||||
$log->lwrite($_SESSION['domain']['menu']['uuid']);
|
||||
//get the parent id
|
||||
$sql = "select * from v_menu_items ";
|
||||
$sql .= "where menu_uuid = '".$_SESSION['domain']['menu']['uuid']."' ";
|
||||
|
||||
Reference in New Issue
Block a user