Skip to content
Snippets Groups Projects
Commit 741aa6aa authored by Florian Schaal's avatar Florian Schaal
Browse files
parents 1357c3e3 f6e42fc6
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ $install_mode = $inst->simple_query('Installation mode', array('standard', 'expe
//** 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;
......@@ -869,4 +869,4 @@ chmod($md5_filename,0700);
echo "Installation completed.\n";
?>
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment