mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-12 10:18:39 +00:00
10 lines
221 B
PHP
10 lines
221 B
PHP
<?php declare(strict_types=1);
|
|
return [
|
|
"^.*/backend/admin/settings/general.*$" => [
|
|
0 => [
|
|
"dest" => "\Modules\Admin\Controller:viewSettingsGeneral",
|
|
"verb" => 1,
|
|
],
|
|
],
|
|
];
|