uuid.php 79 B

1234567
  1. <?php
  2. include "root.php";
  3. include "resources/functions.php";
  4. echo uuid();
  5. ?>