aboutsummaryrefslogtreecommitdiffstats
path: root/include/cli_startup.php
blob: b9e7d124d2ecb586be869df0086a9eb82ceac7b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?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'));

}