mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Lower case for consistency to match the commands.
This commit is contained in:
@@ -109,9 +109,9 @@ if (strlen($msg) > 0) {
|
||||
echo " <b>".$text['title-sofia-status']."</b> \n";
|
||||
echo "</td>\n";
|
||||
echo "<td width='50%' align='right'>\n";
|
||||
echo " <input type='button' class='btn' value='Memcache Flush' onclick=\"document.location.href='cmd.php?cmd=api+memcache+flush';\" />\n";
|
||||
echo " <input type='button' class='btn' value='Reload ACL' onclick=\"document.location.href='cmd.php?cmd=api+reloadacl';\" />\n";
|
||||
echo " <input type='button' class='btn' value='Reload XML' onclick=\"document.location.href='cmd.php?cmd=api+reloadxml';\" />\n";
|
||||
echo " <input type='button' class='btn' value='memcache flush' onclick=\"document.location.href='cmd.php?cmd=api+memcache+flush';\" />\n";
|
||||
echo " <input type='button' class='btn' value='reloadacl' onclick=\"document.location.href='cmd.php?cmd=api+reloadacl';\" />\n";
|
||||
echo " <input type='button' class='btn' value='reloadxml' onclick=\"document.location.href='cmd.php?cmd=api+reloadxml';\" />\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "</table>\n";
|
||||
|
||||
Reference in New Issue
Block a user