forked from monnerat/web_2025
add correction
This commit is contained in:
parent
eb2d8315f9
commit
6dd596e7b3
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
function createPassword($n,$alphabet){
|
||||
$length = strlen($alphabet);
|
||||
$password = "";
|
||||
return $password;
|
||||
function createPassword($n,$alphabet) {
|
||||
$length = strlen($alphabet);
|
||||
$password = "";
|
||||
return $password;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user