mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
6 lines
98 B
PHP
6 lines
98 B
PHP
<?php
|
|
namespace SYSTEM\DOCU;
|
|
|
|
class docu_categories {
|
|
const DOCU_CAT_SYS = 'System';
|
|
} |