Fix installer

This commit is contained in:
Matteo Gheza 2020-05-26 09:14:17 +02:00
parent e88d002d71
commit 63875b9ff2
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,8 @@ INSERT INTO `".$prefix."_dbversion` (`id`, `version`, `timestamp`) VALUES (NULL,
}
}
const SUPER_ADMIN = \Delight\Auth\Role::SUPER_ADMIN;
function initOptions($name, $visible, $password, $report_email, $owner){
try{
require_once "../config.php";