diff --git a/config/chmod.php b/config/chmod.php index aae16cdf..55ceeb35 100644 --- a/config/chmod.php +++ b/config/chmod.php @@ -1,4 +1,3 @@ \ No newline at end of file +if (!defined('_SPIP_CHMOD')) define('_SPIP_CHMOD', 0777); \ No newline at end of file diff --git a/config/connect.php b/config/connect.php index fb8bacf0..2621705a 100644 --- a/config/connect.php +++ b/config/connect.php @@ -2,4 +2,3 @@ if (!defined("_ECRIRE_INC_VERSION")) return; $GLOBALS['spip_connect_version'] = 0.7; spip_connect_db('localhost','','','','spip','sqlite3', 'spip',''); -?> \ No newline at end of file