Compare commits

..

No commits in common. "8cf34fdb27528a5ec6e62e12cb114bb613fc5d3a" and "d77b517a8002e57791c1596646f23c42f8a3c495" have entirely different histories.

3 changed files with 3 additions and 1 deletions

BIN
config/bases/spip.sqlite Normal file

Binary file not shown.

View file

@ -1,3 +1,4 @@
<?php <?php
if (!defined("_ECRIRE_INC_VERSION")) return; if (!defined("_ECRIRE_INC_VERSION")) return;
if (!defined('_SPIP_CHMOD')) define('_SPIP_CHMOD', 0777); if (!defined('_SPIP_CHMOD')) define('_SPIP_CHMOD', 0777);
?>

View file

@ -2,3 +2,4 @@
if (!defined("_ECRIRE_INC_VERSION")) return; if (!defined("_ECRIRE_INC_VERSION")) return;
$GLOBALS['spip_connect_version'] = 0.7; $GLOBALS['spip_connect_version'] = 0.7;
spip_connect_db('localhost','','','','spip','sqlite3', 'spip',''); spip_connect_db('localhost','','','','spip','sqlite3', 'spip','');
?>