]> git.mxchange.org Git - friendica.git/blobdiff - include/expire.php
string update
[friendica.git] / include / expire.php
index cf3b7c8e2da981ea8193d9c79cc975d94241a10f..64dbe2536d4d880294f8060bd6e1b684d1af83df 100644 (file)
@@ -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'));