mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 15:40:25 +00:00
11 lines
273 B
PHP
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',
|
|
],
|
|
|
|
];
|