Create uuid.php

This commit is contained in:
FusionPBX
2017-01-05 04:15:47 -07:00
committed by GitHub
parent 921aef7f24
commit 514fdadb51

7
resources/uuid.php Normal file
View File

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