]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/chloe/config/connect.php
Squash changes containing private information
[perso/Immae/Config/Nix.git] / modules / private / websites / chloe / config / connect.php
diff --git a/modules/private/websites/chloe/config/connect.php b/modules/private/websites/chloe/config/connect.php
deleted file mode 100644 (file)
index 18b0933..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-if (!defined("_ECRIRE_INC_VERSION")) return;
-define('_MYSQL_SET_SQL_MODE',true);
-$GLOBALS['spip_connect_version'] = 0.7;
-spip_connect_db(
-  getenv("SPIP_MYSQL_HOST"),
-  getenv("SPIP_MYSQL_PORT"),
-  getenv("SPIP_MYSQL_USER"),
-  getenv("SPIP_MYSQL_PASSWORD"),
-  getenv("SPIP_MYSQL_DB"),
-  'mysql',
-  'spip',
-  'ldap.php'
-);
-?>