]> git.mxchange.org Git - friendica.git/blobdiff - index.php
redoing the change concerning the hostname.
[friendica.git] / index.php
index 67c0c495cf9316994d77926214bc7021da605786..6b6e873ea6b1987a20206b5bdcbabd2cdda9bccc 100644 (file)
--- a/index.php
+++ b/index.php
@@ -53,9 +53,6 @@ if(!$install) {
        load_config('config');
        load_config('system');
 
-       if ($hostname =  get_config('system', 'hostname'))
-               $a->set_hostname($hostname);
-
        require_once("include/session.php");
        load_hooks();
        call_hooks('init_1');