mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
8 lines
79 B
PHP
8 lines
79 B
PHP
<?php
|
|
|
|
include "root.php";
|
|
include "resources/functions.php";
|
|
echo uuid();
|
|
|
|
?>
|