1
0
Fork 0

Further redoings

This commit is contained in:
Michael Vogel 2013-08-12 11:12:00 +02:00
commit e75f88d7fe
4 changed files with 0 additions and 12 deletions

View file

@ -24,9 +24,6 @@ function cronhooks_run(&$argv, &$argc){
load_config('config');
load_config('system');
if ($hostname = get_config('system', 'hostname'))
$a->set_hostname($hostname);
$lockpath = get_config('system','lockpath');
if ($lockpath != '') {
$pidfile = new pidfile($lockpath, 'cron.lck');