Updates for VERM in the admin web screens

git-svn-id: svn://192.168.202.10@3689 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-02-27 16:55:00 +00:00
parent 6499c0adf0
commit 70e9be89a4
40 changed files with 15830 additions and 225 deletions
@@ -9,8 +9,8 @@
$startMS = microtime();
#$version = '2.14-1';
#$build = '220825-1601';
#$version = '2.14-873';
#$build = '230127-1750';
header ("Content-type: text/html; charset=utf-8");
@@ -564,7 +564,7 @@ if ($widget_type=="LIVE_QUEUE_INFO")
}
if ($widget_type=="LOGO")
{
{
$logo_stmt="select web_logo from vicidial_screen_colors, system_settings where colors_id=admin_screen_colors;";
$logo_rslt=mysql_to_mysqli($logo_stmt, $link);
if (mysqli_num_rows($logo_rslt)>0)