fusionpbx/resources/uuid.php

10 lines
101 B
PHP

<?php
//includes files
require_once __DIR__ . "/functions.php";
//show the uuid
echo uuid();
?>