Parcourir la source

Create uuid.php

FusionPBX il y a 8 ans
Parent
commit
79cf8ea067
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      resources/uuid.php

+ 7 - 0
resources/uuid.php

@@ -0,0 +1,7 @@
+<?php
+
+include "root.php";
+include "resources/functions.php";
+echo uuid();
+
+?>