Searched hist:"06368 e4dbb72cef5e440312251d11fbaea6242a9" (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/ |
| H A D | pageutils.php | 06368e4dbb72cef5e440312251d11fbaea6242a9 Tue Mar 02 18:00:37 UTC 2010 Michael Hamann <michael@content-space.de> Fixed testcase and getID - FS#1908 FS#1831 FS#1838
$_SERVER['PATH_INFO'] is used now to determine the page id when using internal rewriting, in all testcases I've seen so far this variable was set correctly. There are also a couple of fallbacks if the variable doesn't exist, $_SERVER['SCRIPT_NAME'] is now preferred instead of custom path extraction which fails when doku.php is outside the document root.
|