Skip to content
Snippets Groups Projects
Commit 480ebab0 authored by Marius Cramer's avatar Marius Cramer
Browse files

Fixed smaller typo

parent 272da6d7
No related branches found
No related tags found
No related merge requests found
......@@ -458,9 +458,9 @@ if($install_mode == 'standard') {
$check = false;
do {
unset($temp_password);
$temp_password = $inst->free_query('Re-enter Admin password', '');
$temp_password = $inst->free_query('Re-enter admin password', '');
$check = @($temp_password == $conf['interface_password'])?true:false;
if(!$check) swriteln('Passwords do noz match.');
if(!$check) swriteln('Passwords do not match.');
} while (!$check);
}
unset($check);
......@@ -809,9 +809,9 @@ if($install_mode == 'standard') {
$check = false;
do {
unset($temp_password);
$temp_password = $inst->free_query('Re-enter Admin password', '');
$temp_password = $inst->free_query('Re-enter admin password', '');
$check = @($temp_password == $conf['interface_password'])?true:false;
if(!$check) swriteln('Passwords do noz match.');
if(!$check) swriteln('Passwords do not match.');
} while (!$check);
}
unset($check);
......@@ -861,4 +861,4 @@ chmod($md5_filename,0700);
echo "Installation completed.\n";
?>
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment