Browse Source

Create uuid.php

FusionPBX 8 years ago
parent
commit
cdd0a84849
1 changed files with 7 additions and 0 deletions
  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();
+
+?>