Update _experimental/index.php
This commit is contained in:
parent
968f1d6a6f
commit
6a872d28c0
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ foreach($subdirs as $unit)
|
||||||
$reponse[$unit] = array("SITE_TYPE"=>"$type", "SITE_TITLE"=>"$title", "SITE_URL"=>"$url", "FEED_URL"=>"$feed");
|
$reponse[$unit] = array("SITE_TYPE"=>"$type", "SITE_TITLE"=>"$title", "SITE_URL"=>"$url", "FEED_URL"=>"$feed");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo json_encode( array( "meta"=> array("xsaf-version"=>XSAF_VERSION),
|
echo json_encode( array( "meta"=> array("xsaf-version"=>XSAF_VERSION,"xsaf-db_transfer"=>"true","xsaf-media_transfer"=>"true"),
|
||||||
"autoblogs"=>$reponse));
|
"autoblogs"=>$reponse));
|
||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue