Added classAudioFile PHP library for WAV file format validation in Audio Store
git-svn-id: svn://192.168.202.10@3397 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -5549,12 +5549,13 @@ if ($SSscript_remove_js > 0)
|
||||
# 210317-1211 - Fixes for better consistency in password change process, Issue #1261
|
||||
# 210317-1736 - Added the ability to see orphan Remote Agent entries(with no valid User account)
|
||||
# 210317-2329 - Added system settings for agent_hidden_sound and added more browser_alert_sounds
|
||||
# 210321-0120 - Added classAudioFile PHP library
|
||||
#
|
||||
|
||||
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time
|
||||
|
||||
$admin_version = '2.14-804a';
|
||||
$build = '210317-2329';
|
||||
$admin_version = '2.14-805a';
|
||||
$build = '210321-0120';
|
||||
|
||||
$STARTtime = date("U");
|
||||
$SQLdate = date("Y-m-d H:i:s");
|
||||
@@ -46766,6 +46767,14 @@ if ($ADD==999995)
|
||||
echo "<td align=right valign=top><B><font size=2>"._QXZ("Copyright").": </B></td><td align=left><font size=1> "._QXZ("The Chart.js javascript library was written by Chart.js Contributors").", © 2018</td></tr>\n";
|
||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=right valign=top><B><font size=2>"._QXZ("License").": </B></td><td align=left><font size=1> "._QXZ("Chart.js is licensed under the")." <a href=\"https://github.com/chartjs/Chart.js/blob/master/LICENSE.md\" target=\"_blank\">MIT "._QXZ("open source license")."</a></td></tr>\n";
|
||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=right valign=top nowrap><B><font size=2>"._QXZ("Source Code").": </B></td><td align=left><font size=1> "._QXZ("Chart.js original source code is available at")." <a href=\"https://github.com/chartjs/Chart.js\" target=\"_blank\">"._QXZ("this link")."</a>.</td></tr>\n";
|
||||
|
||||
echo "<tr><td colspan=3> </tr>";
|
||||
|
||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=right valign=middle rowspan=3 nowrap><B><font size=3>"._QXZ("classAudioFile").": </B></td>";
|
||||
echo "<td align=right valign=top><B><font size=2>"._QXZ("Copyright").": </B></td><td align=left><font size=1> "._QXZ("The classAudioFile PHP library was written by Michael Kamleitner").", © 2003</td></tr>\n";
|
||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=right valign=top><B><font size=2>"._QXZ("License").": </B></td><td align=left><font size=1> "._QXZ("classAudioFile is licensed under the")." <a href=\"http://www.opensource.org/licenses/gpl-license.html\" target=\"_blank\">GPL "._QXZ("open source license")."</a></td></tr>\n";
|
||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=right valign=top nowrap><B><font size=2>"._QXZ("Source Code").": </B></td><td align=left><font size=1> "._QXZ("classAudioFile original source code is available at")." <a href=\"https://www.phpclasses.org/audiofile\" target=\"_blank\">"._QXZ("this link")."</a>.</td></tr>\n";
|
||||
|
||||
echo "</TABLE></center>\n";
|
||||
}
|
||||
##### END copyright trademark license page #####
|
||||
|
||||
Reference in New Issue
Block a user