mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Deprecate *_config() functions in core.
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
|
||||
require_once('boot.php');
|
||||
|
||||
use Zotlabs\Lib\Config;
|
||||
|
||||
// Everything we need to boot standalone 'background' processes
|
||||
|
||||
function cli_startup() {
|
||||
|
||||
sys_boot();
|
||||
App::set_baseurl(get_config('system','baseurl'));
|
||||
App::set_baseurl(Config::Get('system','baseurl'));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user