]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - virtual/packages/spip_mes_options.php
Add ChloƩ's website
[perso/Immae/Config/Nix.git] / virtual / packages / spip_mes_options.php
1 <?php // /!\ Important: There must be no blank space before &lt;?php or after ?&gt;
2 // This file was inspired from the spip contrib website
3 // http://www.spip.net/fr_article3811.html
4
5 $config_dir = getenv('SPIP_CONFIG_DIR') . '/';
6
7 $cookie_prefix = str_replace('.', '_', $site);
8 $table_prefix = 'spip';
9
10 spip_initialisation(
11 $config_dir,
12 _DIR_RACINE . _NOM_PERMANENTS_ACCESSIBLES,
13 _DIR_RACINE . _NOM_TEMPORAIRES_INACCESSIBLES,
14 _DIR_RACINE . _NOM_TEMPORAIRES_ACCESSIBLES
15 );
16
17 ?>