9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
|
#!/usr/bin/php
|
||
|
|
||
|
<?php
|
||
|
|
||
|
// will return "token" with is the cyclic hash
|
||
|
// and optionnally "renew" if the secret has changed
|
||
|
|
||
|
?>
|