mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 16:59:27 -05:00
Tabs :(
This commit is contained in:
@@ -53,8 +53,8 @@ function anonymize($text,$select) {
|
||||
if ($all) return $text;
|
||||
switch ($select) {
|
||||
case 1:
|
||||
// remove any stray references to the GUID that may wind up in .ini files (notably Unassigned Devices)
|
||||
$text = str_replace(end(explode("-",$unraid_vars['regGUID'])),"...",$text);
|
||||
// remove any stray references to the GUID that may wind up in .ini files (notably Unassigned Devices)
|
||||
$text = str_replace(end(explode("-",$unraid_vars['regGUID'])),"...",$text);
|
||||
|
||||
$rows = explode("\n", $text);
|
||||
$regex = "/\b((disk|cache|parity|cpu|eth|dev)[0-9]+)|(smart|flash|flashbackup|cache|parity|cpu$customShares)\b/";
|
||||
|
||||
Reference in New Issue
Block a user