]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
If we're expecting PATH_INFO, and don't get it, redirect to REQUEST_URI
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 15 Feb 2001 19:32:34 +0000 (19:32 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 15 Feb 2001 19:32:34 +0000 (19:32 +0000)
commit28b2267af85886695f00c15141d64919b5f70cd6
tree5f639a2db29961452bf1d73f26a41e7513633590
parent707b14d9df050ef180de45b002be2cd970910db3
If we're expecting PATH_INFO, and don't get it, redirect to REQUEST_URI
with a trailing '/' added.   This is to make the index.php script look
more like a 'directory', for consistencies sake.

Also apparently $PATH_INFO gets magic-quoted, so un-magic that.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@434 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/main.php