Florian Schaal
2015-05-07 741aa6aa3ec188aa4f37b26dc3314e2d0cd811aa
Merge branch 'master' of http://git.ispconfig.org/ispconfig/ispconfig3
1 files modified
2 ■■■ changed files
install/install.php 2 ●●● patch | view | raw | blame | history
install/install.php
@@ -171,7 +171,7 @@
//** Get the hostname
$tmp_out = array();
exec('hostname -f', $tmp_out);
$conf['hostname']=$tmp_out[0];
$conf['hostname'] = @$tmp_out[0];
unset($tmp_out);
//** Prevent empty hostname
$check = false;