web-utils/modules/uuid/uuid_help.php

11 lines
125 B
PHP
Raw Normal View History

2021-10-03 08:41:29 +00:00
<?php
return [
'actions' => [
[
'name' => 'Generate compact uuid',
'path' => '/?compact=yes'
]
]
];