mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
Code fixes
This commit is contained in:
@@ -42,7 +42,7 @@ switch ($_POST['table']) {
|
||||
case 't1load':
|
||||
$list = file_get_contents($sysdrvfile) ;
|
||||
$arrModules = json_decode($list,TRUE) ;
|
||||
$init = file_get_contents($sysdrvinit) ;
|
||||
if (is_file($sysdrvinit)) $init = file_get_contents($sysdrvinit) ; else $init = false ;
|
||||
$html = "<thead><tr><th><b>"._("Driver")."</th><th><b>"._("Description")."</th><th data-value='System|Inuse|Custom|Disabled|\"Kernel - Inuse\"'><b>"._("State")."</th><th><b>"._("Type")."</th><th><b>"._("Modprobe.d config file")."</th></tr></thead>";
|
||||
$html .= "<tbody>" ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user