This website requires JavaScript.
Explore
Help
Sign In
dbxe
/
fusionpbx
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
9520fd9481c2e9dfcff08f9a18d9c8a1237db28e
fusionpbx
/
resources
/
uuid.php
T
10 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
Create uuid.php
2017-01-05 04:15:47 -07:00
<?
php
Replace root.php
2022-10-10 16:35:14 -06:00
//includes files
Use magic constant dir (
#6711
)
2023-06-15 14:28:23 -03:00
require_once
__DIR__
.
"/functions.php"
;
Replace root.php
2022-10-10 16:35:14 -06:00
//show the uuid
echo
uuid
();
Create uuid.php
2017-01-05 04:15:47 -07:00
?>
Reference in New Issue
Copy Permalink