]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
redoing the change concerning the hostname.
[friendica.git] / include / poller.php
index 0bbead189109062495c8640b9b9e0e9f3b1e8c6d..e927430ea9e7ef6ab2831a2b35869c85d7fb7503 100644 (file)
@@ -30,9 +30,6 @@ function poller_run(&$argv, &$argc){
        load_config('config');
        load_config('system');
 
-       if ($hostname =  get_config('system', 'hostname'))
-               $a->set_hostname($hostname);
-
        $maxsysload = intval(get_config('system','maxloadavg'));
        if($maxsysload < 1)
                $maxsysload = 50;