diff --git a/.gitignore b/.gitignore index edae11c..ec73431 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +0.3/config.php 0.3/.versionlock 0.3/.xsaflock 0.3/resources/rss.xml diff --git a/0.3/autoblogs/autoblog.php b/0.3/autoblogs/autoblog.php index ddcecd0..a19e146 100644 --- a/0.3/autoblogs/autoblog.php +++ b/0.3/autoblogs/autoblog.php @@ -24,7 +24,7 @@ libxml_disable_entity_loader(true); if (file_exists(__DIR__ . '/../config.php')) { require_once __DIR__ . '/../config.php'; } -else die("Configuration file not found."); +//else die("Configuration file not found."); if (file_exists(__DIR__ . '/../functions.php')){ require_once __DIR__ . '/../functions.php'; @@ -723,7 +723,7 @@ echo '
Autoblog '. $sitename .' ajouté avec succès.
';
+ $form .= '';
+ $form .= '
Autoblog '. $sitename .' ajouté avec succès.
';
}
else {
$form .= '
@@ -750,7 +754,7 @@ if( !empty($_POST['opml_file']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY