PhyrePanel-mirror/web/Modules/Microweber/config/config.php
2024-04-22 14:14:05 +03:00

11 lines
273 B
PHP

<?php
return [
'name' => 'Microweber',
'sharedPaths' => [
'app' => '/usr/share/microweber/latest',
'modules' => '/usr/share/microweber/latest/userfiles/modules',
'templates' => '/usr/share/microweber/latest/userfiles/templates',
],
];