Lower case for consistency to match the commands.

This commit is contained in:
Mark Crane
2013-11-09 07:24:55 +00:00
parent 279eaf9b15
commit e2986b0a14

View File

@@ -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";