aboutsummaryrefslogtreecommitdiff
path: root/virtual/modules/websites/chloe/chloe_config_dev/connect.php
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/modules/websites/chloe/chloe_config_dev/connect.php')
-rw-r--r--virtual/modules/websites/chloe/chloe_config_dev/connect.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/virtual/modules/websites/chloe/chloe_config_dev/connect.php b/virtual/modules/websites/chloe/chloe_config_dev/connect.php
deleted file mode 100644
index 2e4439f..0000000
--- a/virtual/modules/websites/chloe/chloe_config_dev/connect.php
+++ /dev/null
@@ -1,6 +0,0 @@
1<?php
2if (!defined("_ECRIRE_INC_VERSION")) return;
3define('_MYSQL_SET_SQL_MODE',true);
4$GLOBALS['spip_connect_version'] = 0.7;
5spip_connect_db(getenv("SPIP_MYSQL_HOST"),'',getenv("SPIP_MYSQL_USER"),getenv("SPIP_MYSQL_PASSWORD"),getenv("SPIP_MYSQL_DB"),'mysql', 'spip','ldap.php');
6?>