Create uuid.php

This commit is contained in:
FusionPBX
2017-01-05 04:16:22 -07:00
committed by GitHub
parent d3b23f7dfc
commit 250650789a
+7
View File
@@ -0,0 +1,7 @@
<?php
include "root.php";
include "resources/functions.php";
echo uuid();
?>