Create uuid.php

This commit is contained in:
FusionPBX 2017-01-05 04:15:47 -07:00 committed by GitHub
parent 212cd7d025
commit 3cc705d93a
1 changed files with 7 additions and 0 deletions

7
resources/uuid.php Normal file
View File

@ -0,0 +1,7 @@
<?php
include "root.php";
include "resources/functions.php";
echo uuid();
?>