From 943b9b4db84ebc67f31aa919769114a1283c639d Mon Sep 17 00:00:00 2001 From: Oros Date: Wed, 13 Feb 2013 21:49:15 +0100 Subject: [PATCH] =?UTF-8?q?Correctif,=20probl=C3=A8me=20de=20double=20quot?= =?UTF-8?q?e=20dans=20des=20doubles=20quotes=20dans=20SITE=5FDESCRIPTION.?= =?UTF-8?q?=20=09modified:=20=20=200.3/xsaf3.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0.3/xsaf3.php | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/0.3/xsaf3.php b/0.3/xsaf3.php index 4f3d7e5..327b9dd 100755 --- a/0.3/xsaf3.php +++ b/0.3/xsaf3.php @@ -110,15 +110,18 @@ function xsafimport($xsafremote, $max_exec_time) { }else{ fclose($fp); $fp = fopen('./'. $foldername .'/vvb.ini', 'w+'); - if( !fwrite($fp, '[VroumVroumBlogConfig] -SITE_TYPE="'. $sitetype .'" -SITE_TITLE="'. $sitename .'" -SITE_DESCRIPTION="source: '. $sitename .'" -SITE_URL="'. $siteurl .'" -FEED_URL="'. $rssurl .'" -ARTICLES_PER_PAGE="'. $articles_per_page .'" -UPDATE_INTERVAL="'. $update_interval .'" -UPDATE_TIMEOUT="'. $update_timeout .'"') ){ + if( !fwrite($fp, <<