mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 20:43:26 +02:00
[WIP] Some work on settings
Add hidden settings New method: parse, to parse settings from array Move base html to twig template Remove vocation loading from .xml, instead use predefined voc names
This commit is contained in:
@@ -244,7 +244,8 @@ class Plugins {
|
||||
return $plugin_json;
|
||||
}
|
||||
|
||||
public static function install($file) {
|
||||
public static function install($file): bool
|
||||
{
|
||||
global $db;
|
||||
|
||||
if(!\class_exists('ZipArchive')) {
|
||||
|
Reference in New Issue
Block a user