Loading server/util.c +1 −1 Original line number Diff line number Diff line Loading @@ -564,7 +564,7 @@ AP_DECLARE(void) ap_no2slash(char *name) * MODIFIED FOR HAVE_DRIVE_LETTERS and NETWARE environments, * so that if n == 0, "/" is returned in d with n == 1 * and s == "e:/test.html", "e:/" is returned in d * *** See also directory_walk in src/main/http_request.c * *** See also directory_walk in modules/http/http_request.c * examples: * /a/b, 0 ==> / (true for all platforms) Loading Loading
server/util.c +1 −1 Original line number Diff line number Diff line Loading @@ -564,7 +564,7 @@ AP_DECLARE(void) ap_no2slash(char *name) * MODIFIED FOR HAVE_DRIVE_LETTERS and NETWARE environments, * so that if n == 0, "/" is returned in d with n == 1 * and s == "e:/test.html", "e:/" is returned in d * *** See also directory_walk in src/main/http_request.c * *** See also directory_walk in modules/http/http_request.c * examples: * /a/b, 0 ==> / (true for all platforms) Loading