remove switches, add icons, add tablesorter and filters

This commit is contained in:
Derek Macias
2016-01-17 19:15:16 -07:00
parent 49e821662f
commit ce9cf274d7
6 changed files with 68 additions and 75 deletions

View File

@ -1,4 +1,4 @@
<?php
$command = "/usr/bin/ipmitool sel ".$_POST["options"];
exec($command);
$cmd = "/usr/bin/ipmitool sel ".$_POST["options"];
exec($cmd);
?>