Changeset 2683 for branches/release-41/php/mt.php.pre
- Timestamp:
- 07/03/08 00:38:25 (17 months ago)
- Files:
-
- 1 modified
-
branches/release-41/php/mt.php.pre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/php/mt.php.pre
r2651 r2683 318 318 $cfg =& $this->config; 319 319 // assign defaults: 320 isset($cfg['cgipath']) or 321 $cfg['cgipath'] = '/cgi-bin/'; 320 322 if (substr($cfg['cgipath'], strlen($cfg['cgipath']) - 1, 1) != '/') 321 323 $cfg['cgipath'] .= '/';
