diff --git a/0.3/autoblog.php b/0.3/autoblog.php index fac6dba..4346ede 100755 --- a/0.3/autoblog.php +++ b/0.3/autoblog.php @@ -697,7 +697,7 @@ echo '
-

PROJET AUTOBLOG ~ '. $head_title .'

+

PROJET AUTOBLOG ~ '. escape($head_title) .'


'.escape($config->site_title).'

'; diff --git a/0.3/config.php b/0.3/config.php index dc0b60e..443f542 100755 --- a/0.3/config.php +++ b/0.3/config.php @@ -62,13 +62,12 @@ define( 'ALLOW_FULL_UPDATE', TRUE ); // Logo à utiliser -//$logo="./icon-logo.svg"; -$logo = ''; +$logo="./icon-logo.svg"; // Marquez ici votre propre message qui apparaîtra en bas de page. // exemple : //$HTML_footer="
Love data
Data is essential
Data must flow
Data must be used
Data is neither good nor bad
There is no illegal data
Data is free
Data can not be owned
No man, machine or system shall interrupt the flow of data
Locking data is a crime against datanity"; -$HTML_footer='D\'après les premières versions de SebSauvage et Bohwaz.'; +$HTML_footer='D\'après les premières versions de SebSauvage et Bohwaz.'; -$head_title = "Arthur HOARO"; +$head_title = ""; ?> diff --git a/0.3/index.php b/0.3/index.php index 718a603..655b928 100755 --- a/0.3/index.php +++ b/0.3/index.php @@ -381,7 +381,7 @@ if( !empty($_POST['opml']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY_OPML - Projet Autoblog | <?php echo $head_title; ?> + Projet Autoblog<?php if(!empty($head_title)) { echo " | " .$head_title; } ?> -

PROJET AUTOBLOG |

+

PROJET AUTOBLOG

@@ -416,8 +416,8 @@ if( !empty($_POST['opml']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY_OPML

Présentation

- La Projet Autoblog a pour objectif de répliquer les articles d'un blog ou d'un site site web. - Si l'article source est supprimé, et même si le site d'origine disparaît, les articles restent lisibles sur l'autoblog. + La Projet Autoblog a pour objectif de répliquer les articles d'un blog ou d'un site site web.
+ Si l'article source est supprimé, et même si le site d'origine disparaît, les articles restent lisibles sur l'autoblog.
L'objectif premier de ce projet est de lutter contre la censure et toute sorte de pression...

diff --git a/0.3/xsaf3.php b/0.3/xsaf3.php index 6b00428..4fa9735 100755 --- a/0.3/xsaf3.php +++ b/0.3/xsaf3.php @@ -32,6 +32,9 @@ else { define('ROOT_DIR', __DIR__); if(file_exists("functions.php")){ include "functions.php"; +}else{ + echo "functions.php not found !"; + die; } function serverUrl() { @@ -166,9 +169,9 @@ function xsafimport($xsafremote, $max_exec_time) { /* And now, the XSAF links to be imported, with maximal execusion time for import in second ! You should add only trusted sources. */ $autoblog_farm = array( - 'https://raw.github.com/mitsukarenai/xsaf-bootstrap/master/3.json', + 'https://raw.github.com/mitsukarenai/xsaf-bootstrap/master/3.json' /*, 'https://www.ecirtam.net/autoblogs/?export', - 'https://autoblog.suumitsu.eu/?export', + 'https://autoblog.suumitsu.eu/?export', */ ); if( DEBUG ) echo ''; if( ALLOW_XSAF ) {