diff --git a/core/class/.htaccess b/core/class/.htaccess index cb24fd7..b66e808 100644 --- a/core/class/.htaccess +++ b/core/class/.htaccess @@ -1,2 +1 @@ -Order allow,deny -Deny from all +Require all denied diff --git a/plugin_info/.htaccess b/plugin_info/.htaccess index ccc3363..abb7a75 100644 --- a/plugin_info/.htaccess +++ b/plugin_info/.htaccess @@ -1,5 +1,4 @@ -Order allow,deny - allow from all + Require all granted -Deny from all \ No newline at end of file +Require all denied \ No newline at end of file diff --git a/plugin_info/info.json b/plugin_info/info.json index 8c9aba4..c2a475f 100644 --- a/plugin_info/info.json +++ b/plugin_info/info.json @@ -1,7 +1,7 @@ { "id": "Monitoring", "name": "Monitoring", - "pluginVersion": "3.4.5", + "pluginVersion": "3.4.6", "description": { "fr_FR": "Plugin pour surveiller vos systèmes Linux, NAS (Synology, QNAP, Medion), Proxmox, LXC et routeurs ASUS-WRT (locaux ou distants via SSH) : distribution, uptime, charge système, RAM, swap, disques, réseau, CPU, températures et commandes personnalisées.", "en_US": "Plugin to monitor your Linux systems, NAS (Synology, QNAP, Medion), Proxmox, LXC and ASUS-WRT routers (local or remote via SSH): distribution, uptime, system load, RAM, swap, disks, network, CPU, temperatures and custom commands.",