Compare commits
2 commits
d77b517a80
...
8cf34fdb27
Author | SHA1 | Date | |
---|---|---|---|
|
8cf34fdb27 | ||
|
6ccce5bbeb |
3 changed files with 1 additions and 3 deletions
Binary file not shown.
|
@ -1,4 +1,3 @@
|
||||||
<?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);
|
||||||
?>
|
|
|
@ -2,4 +2,3 @@
|
||||||
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','');
|
||||||
?>
|
|
Loading…
Reference in a new issue