mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-03 08:06:50 +01:00
Option to disable settings saving with hooks
for next.my-aac.org
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user