Add dummy script to return static password.
This commit is contained in:
parent
70ec06dde1
commit
6bcf3071bf
1 changed files with 9 additions and 0 deletions
9
generate.php
Executable file
9
generate.php
Executable file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
$password = array(
|
||||
'password' => 'fuckyou'
|
||||
);
|
||||
|
||||
echo json_encode($password);
|
||||
|
||||
?>
|
Loading…
Reference in a new issue