mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-03 22:49:20 +00:00
Improve security on the lua scripts, add lua json library, add *77 dnd toggle feature code, speed dial *0[ext], and improve blf support for extension number alias.
This commit is contained in:
@@ -26,10 +26,6 @@
|
||||
--include config.lua
|
||||
require "resources.functions.config";
|
||||
|
||||
--connect to the database
|
||||
require "resources.functions.database_handle";
|
||||
dbh = database_handle('system');
|
||||
|
||||
if (session:ready()) then
|
||||
fifo_simo = session:getVariable("fifo_simo");
|
||||
if (not fifo_simo) then fifo_simo = '1'; end
|
||||
|
||||
Reference in New Issue
Block a user