Files
fusionpbx/resources/uuid.php
T

10 lines
101 B
PHP
Raw Normal View History

2017-01-05 04:15:47 -07:00
<?php
2022-10-10 16:35:14 -06:00
//includes files
2023-06-15 14:28:23 -03:00
require_once __DIR__ . "/functions.php";
2022-10-10 16:35:14 -06:00
//show the uuid
echo uuid();
2017-01-05 04:15:47 -07:00
?>