Merge branch 'develop' into feature/settings

This commit is contained in:
slawkens
2023-07-08 19:16:22 +02:00
160 changed files with 2668 additions and 453 deletions

View File

@@ -459,4 +459,3 @@ function logo_monster()
global $config;
return str_replace(" ", "", trim(strtolower($config['logo_monster'])));
}
?>