passwdgen/generate.php

9 lines
No EOL
96 B
PHP
Executable file

<?php
$password = array(
'password' => 'fuckyou'
);
echo json_encode($password);
?>