2
0
forked from Wavyzz/dolibarr

Restore log on 1 data directory.

The log is a technical information on Dolibarr to know how dolibarr system works so it is absolutely necessary that there is one and only one log file. Technical information must not be split using business informations.
This commit is contained in:
Laurent Destailleur
2009-05-06 23:38:12 +00:00
parent 1e37d24bf4
commit 992ad9fb7e

View File

@@ -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");