]> git.mxchange.org Git - friendica.git/commitdiff
Further redoings
authorMichael Vogel <icarus@dabo.de>
Mon, 12 Aug 2013 09:12:00 +0000 (11:12 +0200)
committerMichael Vogel <icarus@dabo.de>
Mon, 12 Aug 2013 09:12:00 +0000 (11:12 +0200)
include/cronhooks.php
include/delivery.php
include/expire.php
include/gprobe.php

index 096e10b718bd8ea51ff338f1b7a0bfa3e952c824..15d49fe5474b32101c60ff5ba90b58c383f1ac39 100644 (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');
index 515f286e0fc59db568fcd6227b5af74c4d02224a..d89cded9eb10ed7ecf082d25f0dbef8989109e45 100644 (file)
@@ -27,9 +27,6 @@ function delivery_run(&$argv, &$argc){
        load_config('config');
        load_config('system');
 
-       if ($hostname =  get_config('system', 'hostname'))
-               $a->set_hostname($hostname);
-
        load_hooks();
 
        if($argc < 3)
index fe1007efd58b006e5e53ae0ebc1639f59b4ce4ed..a73272a2efd93b47824ebc75526c956dca95d934 100644 (file)
@@ -25,9 +25,6 @@ function expire_run(&$argv, &$argc){
        load_config('config');
        load_config('system');
 
-       if ($hostname =  get_config('system', 'hostname'))
-               $a->set_hostname($hostname);
-
        $a->set_baseurl(get_config('system','url'));
 
 
index 00a8e562af07f950b73a73b6265ebf332fa803a1..0cf32e95fe9311f04cffeeb1cd5089eb3cb5d119 100644 (file)
@@ -24,9 +24,6 @@ function gprobe_run(&$argv, &$argc){
        load_config('config');
        load_config('system');
 
-       if ($hostname =  get_config('system', 'hostname'))
-               $a->set_hostname($hostname);
-
        $a->set_baseurl(get_config('system','url'));
 
        load_hooks();