aboutsummaryrefslogtreecommitdiff
path: root/view/feedback-read.php
diff options
context:
space:
mode:
authordedeibel2018-12-28 10:56:05 +0100
committerdedeibel2018-12-28 11:10:19 +0100
commitba95b07f673114fe301fc52c8701dc460496d0c4 (patch)
tree0eb04ef240f1afbb61304519ea5b67690d948ec3 /view/feedback-read.php
parenta818799add26a5ff310e3394f59059fc293c5cc1 (diff)
Feedback read, use hostname command
Diffstat (limited to '')
-rw-r--r--view/feedback-read.php2
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'),
));