mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
dashboard show redis version
This commit is contained in:
@@ -5319,7 +5319,7 @@ function torrentTags($tags = 0, $type = 'checkbox')
|
||||
return $html;
|
||||
}
|
||||
|
||||
function saveSetting($prefix, $nameAndValue, $autoload = 'yes')
|
||||
function saveSetting(string $prefix, array $nameAndValue, string $autoload = 'yes'): void
|
||||
{
|
||||
$prefix = strtolower($prefix);
|
||||
$datetimeNow = date('Y-m-d H:i:s');
|
||||
|
||||
Reference in New Issue
Block a user