mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
no more url in cmdline
This commit is contained in:
parent
ce515ac2e8
commit
facca43e2d
7 changed files with 30 additions and 25 deletions
|
@ -15,10 +15,9 @@ require_once('datetime.php');
|
|||
require_once('simplepie/simplepie.inc');
|
||||
require_once('include/items.php');
|
||||
|
||||
if($argc < 2)
|
||||
exit;
|
||||
dbg(3);
|
||||
$a->set_baseurl($argv[1]);
|
||||
|
||||
|
||||
$a->set_baseurl(get_config('system','url'));
|
||||
|
||||
$contacts = q("SELECT * FROM `contact` WHERE `dfrn-id` != '' AND `self` = 0 AND `blocked` = 0 AND `readonly` = 0 ORDER BY RAND()");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue