|
@@ -34,7 +34,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
|
+$conffiletoshow = "/etc/dolibarr/conf.php";
|
|
|
|
|
|
|
|
|
- if (! defined('DONOTLOADCONF') && file_exists($conffile))
|
|
|
+ // Load conf file if it is already defined
|
|
|
--- a/htdocs/support/inc.php
|
|
|
+++ b/htdocs/support/inc.php
|
|
|
@@ -69,8 +69,8 @@ $conffiletoshowshort = "conf.php";
|
|
@@ -47,4 +47,4 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
|
+$conffiletoshow = "/etc/dolibarr/conf.php";
|
|
|
|
|
|
|
|
|
- if (! defined('DONOTLOADCONF') && file_exists($conffile))
|
|
|
+ // Load conf file if it is already defined
|