1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/include/cli_startup.php

12 lines
204 B
PHP
Raw Normal View History

<?php /** @file */
require_once('boot.php');
// Everything we need to boot standalone 'background' processes
function cli_startup() {
2016-06-22 19:56:29 +02:00
sys_boot();
2016-04-17 16:29:18 +02:00
App::set_baseurl(get_config('system','baseurl'));
}