Marius Cramer
2015-05-05 480ebab07341507e76924eef9f5054b6abcafcab
Fixed smaller typo
1 files modified
10 ■■■■ changed files
install/install.php 10 ●●●● patch | view | raw | blame | history
install/install.php
@@ -458,9 +458,9 @@
        $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 @@
            $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 @@
echo "Installation completed.\n";
?>
?>