mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 16:29:45 -05:00
Update Report.php
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
switch ($_POST['cmd']) {
|
||||
case 'config':
|
||||
$config = "/boot/config";
|
||||
$files = ['disk','docker','domain','ident','share']; // config files to check
|
||||
$files = ['disk','docker','domain','flash','ident','network','share']; // config files to check
|
||||
foreach ($files as $file) if (file_exists("$config/$file.cfg") && !$test=@parse_ini_file("$config/$file.cfg")) {echo 1; break;}
|
||||
echo 0;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user