Changeset 373

Show
Ignore:
Timestamp:
02/21/07 02:45:37 (2 years ago)
Author:
malte
Message:

fixed error-page faulting when using fastcgi

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/fcgi/parts/php4/php.ini

    r356 r373  
    204204; 
    205205 
    206 open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:{PEAR_DIR}/" 
     206open_basedir = "{WWW_DIR}/{DMN_NAME}/:{PEAR_DIR}/" 
    207207 
    208208; This directive allows you to disable certain functions for security reasons. 
  • trunk/configs/fcgi/parts/php5/php.ini

    r356 r373  
    151151; or per-virtualhost web server configuration file. This directive is 
    152152; *NOT* affected by whether Safe Mode is turned On or Off. 
    153 open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:{PEAR_DIR}/" 
     153open_basedir = "{WWW_DIR}/{DMN_NAME}/:{PEAR_DIR}/" 
    154154 
    155155; This directive allows you to disable certain functions for security reasons. 
  • trunk/gui/errordocs/index.php

    r333 r373  
    1 <?php 
    2         require_once('../include/vhcs-lib.php'); 
    3         $theme = $cfg['USER_INITIAL_THEME']; 
    4 ?> 
    51<html> 
    62 <head> 
    73  <title>VHCS ERROR</title> 
    84  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
    9   <link href="/vhcs2/themes/<?=$theme;?>/css/vhcs.css" rel="stylesheet" type="text/css"> 
    10   <script type="text/javascript" src="/vhcs2/themes/<?=$theme;?>/css/vhcs.js"></script> 
     5  <link href="/vhcs2/themes/omega_original/css/vhcs.css" rel="stylesheet" type="text/css"> 
     6  <script type="text/javascript" src="/vhcs2/themes/omega_original/css/vhcs.js"></script> 
    117  <meta name="robots" content="noindex"> 
    128  <meta name="robots" content="nofollow"> 
     
    2117        <table width="453" border="0" align="center" cellpadding="0" cellspacing="0"> 
    2218         <tr> 
    23           <td width="453" height="69" background="themes/<?=$theme;?>/images/login/login_top.jpg">&nbsp;</td> 
     19          <td width="453" height="69" background="themes/omega_original/images/login/login_top.jpg">&nbsp;</td> 
    2420         </tr> 
    2521         <tr>