web-utils/modules/uuid/uuid_help.php

10 lines
125 B
PHP

<?php
return [
'actions' => [
[
'name' => 'Generate compact uuid',
'path' => '/?compact=yes'
]
]
];