Print hostname in page header.
This commit is contained in:
parent
e01f818ab0
commit
f5fdd918a5
1 changed files with 1 additions and 0 deletions
|
|
@ -9,5 +9,6 @@
|
|||
<div id="page">
|
||||
<div id="header">
|
||||
<a href="/"><img style="border:none" src="logo.png" width="192" height="85" alt="Retwis"></a>
|
||||
<?php echo gethostname(); ?>
|
||||
<?php include("navbar.php") ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue