X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fexpire.php;h=64dbe2536d4d880294f8060bd6e1b684d1af83df;hb=1f074cb44c5deda5b480f5ff814ff3640ec843d0;hp=cf3b7c8e2da981ea8193d9c79cc975d94241a10f;hpb=0b221e8945ae785dc706d8ea9a9e8e25532c0096;p=friendica.git diff --git a/include/expire.php b/include/expire.php old mode 100644 new mode 100755 index cf3b7c8e2d..64dbe2536d --- a/include/expire.php +++ b/include/expire.php @@ -22,6 +22,10 @@ function expire_run($argv, $argc){ require_once('include/items.php'); require_once('include/Contact.php'); + load_config('config'); + load_config('system'); + + $a->set_baseurl(get_config('system','url'));