Revision 7946
Added by Aaron Marcuse-Kubitza almost 12 years ago
web/vegpath/index.php | ||
---|---|---|
15 | 15 |
} |
16 | 16 |
|
17 | 17 |
$h_level = 5; |
18 |
$path = parse_mixed_path($_SERVER["QUERY_STRING"]);
|
|
18 |
$path = parse_dot_path($_SERVER["QUERY_STRING"]);
|
|
19 | 19 |
$ns = strtolower($path->head); |
20 | 20 |
|
21 | 21 |
function add_ns($name, $path_pat, $url_func) |
Also available in: Unified diff
web/vegpath/index.php: top-level path parsing: Use parse_dot_path() instead of parse_mixed_path() because XPaths are now (client-side) fragments, and don't need to be supported by the path mechanism