This commit is contained in:
Dennis Eichhorn 2018-05-20 09:59:17 +02:00
parent a0d18a0344
commit 3daa4ac67e
3 changed files with 51 additions and 50 deletions

View File

@ -11,8 +11,9 @@
* @link http://website.orange-management.de
*/
return ['Navigation' => [
'List' => 'List',
'Logs' => 'Logs',
'Monitoring' => 'Monitoring',
'Security' => 'Security',
'Dashboard' => 'Dashboard',
'Exchange' => 'Exchange',
'Export' => 'Export',
'Import' => 'Import',
'Setup' => 'Setup',
]];

View File

@ -15,7 +15,7 @@ use phpOMS\Security\PhpCode;
use phpOMS\System\File\Local\Directory;
use phpOMS\System\File\Local\File;
$files = Directory::listByExtension(__DIR__ . '/../../../../phpOMS/', 'php');
$files = Directory::listByExtension(__DIR__ . '/../../../../phpOMS/', 'php', 'tests(\/|\\\)');
echo $this->getData('nav')->render(); ?>