mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
12 lines
No EOL
204 B
PHP
12 lines
No EOL
204 B
PHP
<?php /** @file */
|
|
|
|
require_once('boot.php');
|
|
|
|
// Everything we need to boot standalone 'background' processes
|
|
|
|
function cli_startup() {
|
|
|
|
sys_boot();
|
|
App::set_baseurl(get_config('system','baseurl'));
|
|
|
|
} |