uuid.php 101 B

123456789
  1. <?php
  2. //includes files
  3. require_once __DIR__ . "/functions.php";
  4. //show the uuid
  5. echo uuid();
  6. ?>