redoing the change concerning the hostname.

This commit is contained in:
Michael Vogel
2013-08-12 11:09:11 +02:00
parent 61020cf174
commit ed33d28e61
6 changed files with 0 additions and 18 deletions
-3
View File
@@ -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');