This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
fusionpbx
/
fusionpbx-framework
réplica de
https://github.com/fusionpbx/fusionpbx-framework.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
4178c97cb8
Ramas
Etiquetas
master
patch-1
fusionpbx-frame...
/
resources
/
uuid.php
uuid.php
101 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
<?php
//includes files
require_once __DIR__ . "/functions.php";
//show the uuid
echo uuid();
?>