mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-03 16:16:50 +01:00
* fixed some warnings on install on servers using account.id
* added version 772 constant to install client choose (OTHire) * forgot to add is_sample to samples on install
This commit is contained in:
@@ -69,10 +69,10 @@ else if($step == 'finish') {
|
||||
}
|
||||
}
|
||||
else if(isset($_SESSION['var_account_id'])) {
|
||||
if(!Validator::accountId($account_id)) {
|
||||
if(!Validator::accountId($_SESSION['var_account_id'])) {
|
||||
$errors[] = $locale['step_admin_account_id_error_format'];
|
||||
}
|
||||
else if($_SESSION['var_account'] == $password) {
|
||||
else if($_SESSION['var_account_id'] == $password) {
|
||||
$errors[] = $locale['step_admin_account_id_error_same'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user