diff --git a/_experimental/config.php b/_experimental/config.php index de7d943..512abad 100755 --- a/_experimental/config.php +++ b/_experimental/config.php @@ -47,6 +47,9 @@ function __($str) } } +// Autoriser la création d'autoblogs ? +$allow_new_autoblogs=TRUE; + // Logo à utiliser $logo="./icon-logo.svg"; diff --git a/_experimental/index.php b/_experimental/index.php index 776f757..11c9736 100755 --- a/_experimental/index.php +++ b/_experimental/index.php @@ -204,7 +204,7 @@ function escape($str) $form = '
'; -if(!empty($_GET['via_button']) && !empty($_GET['rssurl']) && $_GET['number'] === '17') +if(!empty($_GET['via_button']) && !empty($_GET['rssurl']) && $_GET['number'] === '17' && $allow_new_autoblogs == TRUE) { if(isset($_GET['add']) && $_GET['add'] === '1' && !empty($_GET['siteurl']) && !empty($_GET['sitename'])) { @@ -261,7 +261,7 @@ else } } -if(!empty($_POST['socialaccount']) && !empty($_POST['socialinstance'])) +if(!empty($_POST['socialaccount']) && !empty($_POST['socialinstance']) && $allow_new_autoblogs == TRUE) { $socialaccount = strtolower(escape($_POST['socialaccount'])); if(escape($_POST['socialinstance']) === 'twitter') { $socialinstance = 'twitter'; } @@ -306,7 +306,7 @@ UPDATE_TIMEOUT="30"') ) } -if( !empty($_POST) && empty($_POST['socialinstance']) ) { +if( !empty($_POST) && empty($_POST['socialinstance']) && $allow_new_autoblogs == TRUE) { $error = array(); if(empty($_POST['rssurl'])) {$error[] = "Veuillez entrer l'adresse du flux.";} @@ -409,6 +409,7 @@ UPDATE_TIMEOUT="30"') ) Voici une liste d'autoblogs hébergés sur (plus d'infos sur le projet).