This website works better with JavaScript
Home
Explore
Help
Sign In
fusionpbx
/
fusionpbx-framework
mirror of
https://github.com/fusionpbx/fusionpbx-framework.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Create uuid.php
FusionPBX
8 years ago
parent
632a590066
commit
cdd0a84849
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
resources/uuid.php
+ 7
- 0
resources/uuid.php
View File
@@ -0,0 +1,7 @@
+<?php
+
+include "root.php";
+include "resources/functions.php";
+echo uuid();
+
+?>