index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
documentation
/
examples
/
actions
/
manual_tokens.php
blob: 8dcf61fb11f616f1de658d039d634f8a42784de9 (
plain
)
1
2
3
4
5
6
<?php
$ts
=
time
();
$token
=
generate_action_token
(
$ts
);
var_dump
(
$ts
,
$token
);