diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/feedback-read.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/feedback-read.php b/view/feedback-read.php index 446c86e..b0f3b33 100644 --- a/view/feedback-read.php +++ b/view/feedback-read.php @@ -23,5 +23,5 @@ echo $tpl->render(array( 'columns' => array_intersect($allcols, $cols), 'allcolumns' => $allcols, - 'hostname' => @$_SERVER['SERVER_NAME'], + 'hostname' => shell_exec('hostname -f'), )); |