Update api.newuuid.php
This commit is contained in:
parent
205828bb1f
commit
1f8db91764
|
|
@ -6,6 +6,8 @@
|
||||||
* @brief UUID Generator API
|
* @brief UUID Generator API
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
||||||
|
|
||||||
loadHelper("UUID.class");
|
loadHelper("UUID.class");
|
||||||
|
|
||||||
$uuid = UUID::v4();
|
$uuid = UUID::v4();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user