Show
Ignore:
Timestamp:
12/30/10 15:45:08 (2 years ago)
Author:
p_lindheimer
Message:

revert r10648 adding base this base tag break Apply Configuration Settings

Files:

Legend:

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

    r10648 r10780  
    4646} 
    4747 
    48 $base = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http"); 
    49 $base .= "://".$_SERVER['HTTP_HOST']; 
    50 $base .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']); 
    51 $base = trim($base, '/') . '/'; 
    5248 
    5349?><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
     
    5955  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 
    6056  <meta http-equiv="X-UA-Compatible" content="chrome=1" /> 
    61   <base href="<?php echo $base; ?>" /> 
    6257  <link href="common/mainstyle.css" rel="stylesheet" type="text/css" /> 
    6358<?php if (isset($use_nav_background) && $use_nav_background) { ?>