Update api.newuuid.php

This commit is contained in:
Namhyeon Go 2018-08-25 00:00:30 +09:00 committed by GitHub
parent 205828bb1f
commit 1f8db91764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@
* @brief UUID Generator API
*/
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
loadHelper("UUID.class");
$uuid = UUID::v4();