ea3940c4b
a7abe2438
096fdfc61
9abd95fad
c26dede97
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')); }