mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-22 05:15:55 +02:00
More config to settings: account_types, genders, highscores, admin
This commit is contained in:
@@ -37,7 +37,7 @@ if ($config['account_country']) {
|
||||
$countries[$code] = $c;
|
||||
}
|
||||
$web_acc = ACCOUNT_WEB_FLAGS;
|
||||
$acc_type = config('account_types');
|
||||
$acc_type = setting('core.account_types');
|
||||
?>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo BASE_URL; ?>tools/css/jquery.datetimepicker.css"/ >
|
||||
|
Reference in New Issue
Block a user