web-utils/modules/uuid/uuid_help.php

11 lines
125 B
PHP
Raw Normal View History

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