Option to disable settings saving with hooks

for next.my-aac.org
This commit is contained in:
slawkens
2023-08-23 11:57:37 +02:00
parent 43353b4f53
commit f43a5d1221
4 changed files with 21 additions and 3 deletions

View File

@@ -1602,7 +1602,7 @@ Sent by MyAAC,<br/>
if ($key == 'server_path') {
$server_path = $values[$key];
}
elseif (strpos($key, 'database_') !== false) {
elseif (str_contains($key, 'database_')) {
$database[$key] = $values[$key];
}