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