Create uuid.php

This commit is contained in:
FusionPBX 2017-01-05 04:16:22 -07:00 committed by GitHub
parent d3b23f7dfc
commit 250650789a
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();
?>