File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 458458 $ check = false ;
459459 do {
460460 unset($ temp_password );
461- $ temp_password = $ inst ->free_query ('Re-enter Admin password ' , '' );
461+ $ temp_password = $ inst ->free_query ('Re-enter admin password ' , '' );
462462 $ check = @($ temp_password == $ conf ['interface_password ' ])?true :false ;
463- if (!$ check ) swriteln ('Passwords do noz match. ' );
463+ if (!$ check ) swriteln ('Passwords do not match. ' );
464464 } while (!$ check );
465465 }
466466 unset($ check );
809809 $ check = false ;
810810 do {
811811 unset($ temp_password );
812- $ temp_password = $ inst ->free_query ('Re-enter Admin password ' , '' );
812+ $ temp_password = $ inst ->free_query ('Re-enter admin password ' , '' );
813813 $ check = @($ temp_password == $ conf ['interface_password ' ])?true :false ;
814- if (!$ check ) swriteln ('Passwords do noz match. ' );
814+ if (!$ check ) swriteln ('Passwords do not match. ' );
815815 } while (!$ check );
816816 }
817817 unset($ check );
861861echo "Installation completed. \n" ;
862862
863863
864- ?>
864+ ?>
You can’t perform that action at this time.
0 commit comments