]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/spip/spip_mes_options.php
Squash changes containing private information
[perso/Immae/Config/Nix.git] / pkgs / webapps / spip / spip_mes_options.php
diff --git a/pkgs/webapps/spip/spip_mes_options.php b/pkgs/webapps/spip/spip_mes_options.php
deleted file mode 100644 (file)
index 8db8389..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php // /!\ Important: There must be no blank space before &lt;?php or after ?&gt;
-// This file was inspired from the spip contrib website
-// http://www.spip.net/fr_article3811.html
-
-$config_dir = getenv('SPIP_CONFIG_DIR') . '/';
-$var_dir = getenv('SPIP_VAR_DIR') . '/';
-
-$cookie_prefix = str_replace('.', '_', getenv("SPIP_SITE"));
-$table_prefix = 'spip';
-
-spip_initialisation(
-        $config_dir,
-        _DIR_RACINE . _NOM_PERMANENTS_ACCESSIBLES,
-        $var_dir . _NOM_TEMPORAIRES_INACCESSIBLES,
-        _DIR_RACINE . _NOM_TEMPORAIRES_ACCESSIBLES
-);
-
-?>