commit: chora/config conf.php.dist chora/docs CHANGES chora/lib
base.php
Anil Madhavapeddy
anil@recoil.org
15 Aug 2001 04:05:54 -0000
avsm 2001/08/14 21:05:54 PDT
Modified files:
config conf.php.dist
docs CHANGES
lib base.php
Log:
new $conf['options']['use_path_info'] option which defaults to
true (since PATH_INFO results in shorter URLs than GET propagation)
PATH_INFO is always preferred if present in a URL to preserve
existing links even if use_path_info is set to false
Revision Changes Path
1.30 +7 -0 chora/config/conf.php.dist
1.40 +1 -0 chora/docs/CHANGES
1.55 +14 -5 chora/lib/base.php