This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
fusionpbx
/
fusionpbx-framework
miroir de
https://github.com/fusionpbx/fusionpbx-framework.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Create uuid.php
FusionPBX
il y a 8 ans
Parent
6c1e3dbe6e
commit
79cf8ea067
1 fichiers modifiés
avec
7 ajouts
et
0 suppressions
Vue unifiée
Afficher les stats Diff
7
0
resources/uuid.php
+ 7
- 0
resources/uuid.php
Voir le fichier
@@ -0,0 +1,7 @@
+<?php
+
+include "root.php";
+include "resources/functions.php";
+echo uuid();
+
+?>