Create uuid.php
This commit is contained in:
parent
212cd7d025
commit
3cc705d93a
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
include "root.php";
|
||||
include "resources/functions.php";
|
||||
echo uuid();
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue