From 8cf34fdb27528a5ec6e62e12cb114bb613fc5d3a Mon Sep 17 00:00:00 2001 From: mckmonster Date: Sun, 6 Aug 2023 13:14:07 +0200 Subject: [PATCH] Remove ?> at end of file --- config/chmod.php | 3 +-- config/connect.php | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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