Changeset 9779
- Timestamp:
- 05/29/10 11:33:15 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8/amp_conf/htdocs/admin/views/freepbx.php
r9777 r9779 162 162 "<a href=\"http://www.freepbx.org\" target=\"_blank\">"._("FreePBX")."</a>", 163 163 $version, 164 "<a href=\"http".(isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=''?'s':'')."://".$_SERVER['HTTP_HOST']."\">".$_SERVER[ 'SERVER_NAME'] .' ('.trim(`hostname`).')'."</a>"164 "<a href=\"http".(isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=''?'s':'')."://".$_SERVER['HTTP_HOST']."\">".$_SERVER["SERVER_NAME"]."</a>" 165 165 ); 166 166 echo "</div>\n";
