Create uuid.php

This commit is contained in:
FusionPBX 2017-01-05 04:15:47 -07:00 committed by GitHub
parent 921aef7f24
commit 514fdadb51
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();
?>