diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-01 16:17:56 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-01 16:17:56 +0100 |
commit | 96f4d2d76a01636da8264f69be901e684b270a3e (patch) | |
tree | d9de2de506725fca6b565ebc93240660840c0cf5 /glpi-localdef.patch | |
parent | 46a2fb3c14192723fba48e786e7c9dbccf31028c (diff) |
v9.2.2
Diffstat (limited to 'glpi-localdef.patch')
-rw-r--r-- | glpi-localdef.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/glpi-localdef.patch b/glpi-localdef.patch deleted file mode 100644 index 7b7be8d..0000000 --- a/glpi-localdef.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up ./inc/based_config.php.rpm ./inc/based_config.php ---- ./inc/based_config.php.rpm 2017-10-11 09:59:42.446010854 +0200 -+++ ./inc/based_config.php 2017-10-11 10:11:47.457934585 +0200 -@@ -46,9 +46,9 @@ if (!empty($tz)) { - date_default_timezone_set(@date_default_timezone_get()); - } - --// If this file exists, it is load --if (file_exists(GLPI_ROOT. '/config/local_define.php')) { -- require_once GLPI_ROOT. '/config/local_define.php'; -+// If this file exists, it is load from etc (RPM specific) -+if (file_exists('/etc/glpi/local_define.php')) { -+ require_once '/etc/glpi/local_define.php'; - } - - // If this file exists, it is load, allow to set configdir/dumpdir elsewhere |