summarylogtreecommitdiffstats
path: root/downstream.php
diff options
context:
space:
mode:
Diffstat (limited to 'downstream.php')
-rw-r--r--downstream.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/downstream.php b/downstream.php
new file mode 100644
index 000000000000..f26e783fda41
--- /dev/null
+++ b/downstream.php
@@ -0,0 +1,6 @@
+<?php
+define('GLPI_CONFIG_DIR', '/etc/glpi/');
+
+if (file_exists(GLPI_CONFIG_DIR . '/local_define.php')) {
+ require_once GLPI_CONFIG_DIR . '/local_define.php';
+} \ No newline at end of file