modified: 0.3/index.php
syntax
This commit is contained in:
parent
03f4c7f3d5
commit
8e99dd9ec2
1 changed files with 3 additions and 3 deletions
|
@ -246,7 +246,7 @@ if(!empty($_GET['via_button']) && $_GET['number'] === '17' && ALLOW_NEW_AUTOBLOG
|
|||
$rssurl = DetectRedirect(escape($_GET['rssurl']));
|
||||
$siteurl = escape($_GET['siteurl']);
|
||||
$sitename = escape($_GET['sitename']);
|
||||
$sitetype = updateType()['type'];
|
||||
$sitetype = updateType($_GET['type']);
|
||||
|
||||
$error = createAutoblog($sitetype, $sitename, $siteurl, $rssurl, $error);
|
||||
if( empty($error)) {
|
||||
|
@ -268,7 +268,7 @@ if(!empty($_GET['via_button']) && $_GET['number'] === '17' && ALLOW_NEW_AUTOBLOG
|
|||
if( $datafeed !== false ) {
|
||||
$siteurl = get_link_from_datafeed($datafeed);
|
||||
$sitename = get_title_from_datafeed($datafeed);
|
||||
$sitetype = updateType()['type'];
|
||||
$sitetype = updateType($_GET['type']);
|
||||
|
||||
$form .= '<span style="color:blue">Merci de vérifier les informations suivantes, corrigez si nécessaire.</span><br>
|
||||
<form method="GET">
|
||||
|
@ -595,4 +595,4 @@ if( !empty($_POST['opml']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY_OPML
|
|||
<?php if(isset($HTML_footer)){ echo "<br/>".$HTML_footer; } ?>
|
||||
<iframe width="1" height="1" style="display:none" src="xsaf3.php"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue