streams/include/cli_startup.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'));
}