Changeset 9772

Show
Ignore:
Timestamp:
05/27/10 00:11:01 (2 years ago)
Author:
mickecarlsson
Message:

Close #4299 adds hostname in header for gui

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.8/amp_conf/htdocs/admin/views/freepbx.php

    r9642 r9772  
    163163    "<a href=\"http://www.freepbx.org\" target=\"_blank\">"._("FreePBX")."</a>", 
    164164    $version, 
    165     "<a href=\"http".(isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=''?'s':'')."://".$_SERVER['HTTP_HOST']."\">".$_SERVER["SERVER_NAME"]."</a>" 
     165    "<a href=\"http".(isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=''?'s':'')."://".$_SERVER['HTTP_HOST']."\">".$_SERVER['SERVER_NAME'] .' ('.trim(`hostname`).')'."</a>" 
    166166     ); 
    167167  echo "</div>\n";