Merge remote-tracking branch 'origin/0.9.31'
This commit is contained in:
@@ -37,7 +37,7 @@ $lng['requirements']['openbasedirenabled'] = 'Froxlor will not work properly wit
|
|||||||
$lng['requirements']['diedbecauseofrequirements'] = 'Cannot install Froxlor without these requirements! Try to fix them and retry.';
|
$lng['requirements']['diedbecauseofrequirements'] = 'Cannot install Froxlor without these requirements! Try to fix them and retry.';
|
||||||
$lng['requirements']['froxlor_succ_checks'] = 'All requirements are satisfied';
|
$lng['requirements']['froxlor_succ_checks'] = 'All requirements are satisfied';
|
||||||
|
|
||||||
$lng['install']['title'] = 'Froxlor install - chose language';
|
$lng['install']['lngtitle'] = 'Froxlor install - choose language';
|
||||||
$lng['install']['language'] = 'Installation language';
|
$lng['install']['language'] = 'Installation language';
|
||||||
$lng['install']['lngbtn_go'] = 'Change language';
|
$lng['install']['lngbtn_go'] = 'Change language';
|
||||||
$lng['install']['title'] = 'Froxlor install - setup';
|
$lng['install']['title'] = 'Froxlor install - setup';
|
||||||
|
|||||||
@@ -35,6 +35,6 @@ function validateUsername($username, $unix_names = 1, $mysql_max = '') {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return (preg_match('/^[a-z][a-z0-9]{1,' . (int)$mysql_max . '}$/Di', $username) != false);
|
return (preg_match('/^[a-z][a-z0-9]{1,' . $mysql_max . '}$/Di', $username) != false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user