diff options
author | dedeibel | 2018-12-28 10:56:05 +0100 |
---|---|---|
committer | dedeibel | 2018-12-28 11:10:19 +0100 |
commit | ba95b07f673114fe301fc52c8701dc460496d0c4 (patch) | |
tree | 0eb04ef240f1afbb61304519ea5b67690d948ec3 | |
parent | a818799add26a5ff310e3394f59059fc293c5cc1 (diff) |
Feedback read, use hostname command
Diffstat (limited to '')
-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'), )); |