Show
Ignore:
Timestamp:
07/03/08 00:38:25 (17 months ago)
Author:
bchoate
Message:

Fixed default assignment for cgipath config setting.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/php/mt.php.pre

    r2651 r2683  
    318318        $cfg =& $this->config; 
    319319        // assign defaults: 
     320        isset($cfg['cgipath']) or 
     321            $cfg['cgipath'] = '/cgi-bin/'; 
    320322        if (substr($cfg['cgipath'], strlen($cfg['cgipath']) - 1, 1) != '/') 
    321323            $cfg['cgipath'] .= '/';