X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fexpire.php;h=a73272a2efd93b47824ebc75526c956dca95d934;hb=77986d76faf539df20cb598458332ae773bc5631;hp=373ebf55fead6df625e33bc716104c4139319bb0;hpb=385ee5a86207106408a20a3d2ec6dbeb3a313238;p=friendica.git diff --git a/include/expire.php b/include/expire.php index 373ebf55fe..a73272a2ef 100644 --- a/include/expire.php +++ b/include/expire.php @@ -11,7 +11,7 @@ function expire_run(&$argv, &$argc){ if(is_null($db)) { @include(".htconfig.php"); - require_once("dba.php"); + require_once("include/dba.php"); $db = new dba($db_host, $db_user, $db_pass, $db_data); unset($db_host, $db_user, $db_pass, $db_data); }; @@ -25,7 +25,6 @@ function expire_run(&$argv, &$argc){ load_config('config'); load_config('system'); - $a->set_baseurl(get_config('system','url'));