Changeset 9772
- Timestamp:
- 05/27/10 00:11:01 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8/amp_conf/htdocs/admin/views/freepbx.php
r9642 r9772 163 163 "<a href=\"http://www.freepbx.org\" target=\"_blank\">"._("FreePBX")."</a>", 164 164 $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>" 166 166 ); 167 167 echo "</div>\n";
