diff --git a/htdocs/includes/modules/modSyslog.class.php b/htdocs/includes/modules/modSyslog.class.php index e82539c7110..062cc3ed05b 100644 --- a/htdocs/includes/modules/modSyslog.class.php +++ b/htdocs/includes/modules/modSyslog.class.php @@ -58,11 +58,6 @@ class modSyslog extends DolibarrModules // Data directories to create when module is enabled $this->dirs = array(); - $r=0; - - $this->dirs[$r][0] = "output"; - $this->dirs[$r][1] = "/logs"; - $this->dirs[$r][2] = 1; // Config pages $this->config_page_url = array("syslog.php");