2000-06-19
2000-06-19 16:33:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
cd4644ebb62019097bff4d86dc2597f6082ce8cd
(6 lines)
(+2/-4)
[
Show
| Annotate
]
Branch: 5.2
Some more fixes.
Rev: server/modules/misc/pathinfo.pike:1.15
2:
inherit "module";
- constant cvs_version = "$Id: pathinfo.pike,v 1.14 2000/06/19 16:32:30 grubba Exp $";
+ constant cvs_version = "$Id: pathinfo.pike,v 1.15 2000/06/19 16:33:06 grubba Exp $";
constant thread_safe = 1;
#ifdef PATHINFO_DEBUG
62: Inside #if undefined(PATHINFO_LINEAR)
return 1; // Go through id->handle_request() one more time...
}
PATHINFO_WERR(sprintf("Directory: %O", file));
- /* Hm. Lets try this: */
- id->misc->path_info = query[offsets[probe]+1..];
- id->not_query = file+"/";
+
lo = probe + 1;
} else {
hi = probe - 1;