diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index c3dfd37..224c035 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -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', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 43c5dd0..851a53e 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -11,51 +11,51 @@ * @link http://website.orange-management.de */ return ['Monitoring' => [ - 'Alerts' => 'Alerts', - 'All' => 'All', - 'Backtrace' => 'Backtrace', - 'CPUUsage' => 'CPU Usage', - 'Created' => 'Created', - 'CreatedBy' => 'Created By', - 'Criticals' => 'Criticals', - 'Debug' => 'Debug', - 'Deprecated' => 'Deprecated', - 'Description' => 'Description', + 'Alerts' => 'Alerts', + 'All' => 'All', + 'Backtrace' => 'Backtrace', + 'CPUUsage' => 'CPU Usage', + 'Created' => 'Created', + 'CreatedBy' => 'Created By', + 'Criticals' => 'Criticals', + 'Debug' => 'Debug', + 'Deprecated' => 'Deprecated', + 'Description' => 'Description', 'DisabledFunctions' => 'Disabled Functions', - 'DiskUsage' => 'DiskUsage', - 'Emergencies' => 'Emergencies', - 'Errors' => 'Errors', - 'Exception' => 'Exception', - 'File' => 'File', - 'Info' => 'Info', - 'Inspect' => 'Inspect', + 'DiskUsage' => 'DiskUsage', + 'Emergencies' => 'Emergencies', + 'Errors' => 'Errors', + 'Exception' => 'Exception', + 'File' => 'File', + 'Info' => 'Info', + 'Inspect' => 'Inspect', 'Inspection' => 'Inspection', - 'Integrity' => 'Integrity', - 'Level' => 'Level', - 'Line' => 'Line', - 'Logs' => 'Logs', - 'MemoryLimit' => 'Memory Limit', - 'Message' => 'Message', - 'Modified' => 'Modified', - 'NG' => 'NG', - 'Notices' => 'Notices', - 'Status' => 'Status', - 'System' => 'System', - 'Total' => 'Total', - 'OK' => 'OK', - 'OS' => 'OS', - 'Penetrators' => 'Penetrators', - 'PHPSettings' => 'PHP Settings', - 'RAMUsage' => 'RAM Usage', - 'Release' => 'Release', - 'Report' => 'Report', - 'Source' => 'Source', - 'SystemRAM' => 'System RAM', - 'Theme' => 'Theme', - 'Time' => 'Time', - 'Timestamp' => 'Timestamp', - 'Unicode' => 'Unicode', - 'Uri' => 'Uri', - 'Version' => 'Version', - 'Warnings' => 'Warnings', + 'Integrity' => 'Integrity', + 'Level' => 'Level', + 'Line' => 'Line', + 'Logs' => 'Logs', + 'MemoryLimit' => 'Memory Limit', + 'Message' => 'Message', + 'Modified' => 'Modified', + 'NG' => 'NG', + 'Notices' => 'Notices', + 'Status' => 'Status', + 'System' => 'System', + 'Total' => 'Total', + 'OK' => 'OK', + 'OS' => 'OS', + 'Penetrators' => 'Penetrators', + 'PHPSettings' => 'PHP Settings', + 'RAMUsage' => 'RAM Usage', + 'Release' => 'Release', + 'Report' => 'Report', + 'Source' => 'Source', + 'SystemRAM' => 'System RAM', + 'Theme' => 'Theme', + 'Time' => 'Time', + 'Timestamp' => 'Timestamp', + 'Unicode' => 'Unicode', + 'Uri' => 'Uri', + 'Version' => 'Version', + 'Warnings' => 'Warnings', ]]; diff --git a/Theme/Backend/monitoring-security.tpl.php b/Theme/Backend/monitoring-security.tpl.php index 6fd40e8..f26c79c 100644 --- a/Theme/Backend/monitoring-security.tpl.php +++ b/Theme/Backend/monitoring-security.tpl.php @@ -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(); ?>