mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Merge pull request #1890 from annando/1509-directory
There is now only one central parameter for the global directory.
This commit is contained in:
commit
bca4d31410
19 changed files with 92 additions and 99 deletions
|
@ -1224,7 +1224,7 @@ function update_suggestions() {
|
|||
|
||||
$done[] = $a->get_baseurl() . '/poco';
|
||||
|
||||
if(strlen(get_config('system','directory_submit_url'))) {
|
||||
if(strlen(get_config('system','directory'))) {
|
||||
$x = fetch_url(get_server()."/pubsites");
|
||||
if($x) {
|
||||
$j = json_decode($x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue