Files
2026-07-01 16:44:17 +03:00

17 lines
347 B
PHP

<?php return
[
'openController' => 'Download',
'openFunction' => 'main',
'show404' => 'show404',
'requestMethods' =>
[
'page' => '',
'disallowMethods' => [],
'allowMethods' => []
],
'patternType' => 'classic',
'changeUri' => [
'counter' => 'Download/counter',
]
];