mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-07 00:25:54 +01:00
... an another one ...
This commit is contained in:
parent
4251937198
commit
50c20d4a72
@ -247,7 +247,7 @@ void WebServerRequest::setup_url_stack() {
|
|||||||
_full_path = parser_get_path();
|
_full_path = parser_get_path();
|
||||||
String path = parser_get_path();
|
String path = parser_get_path();
|
||||||
|
|
||||||
size_t pos = 0;
|
int pos = 0;
|
||||||
String st;
|
String st;
|
||||||
|
|
||||||
while ((pos = path.find("/")) != -1) {
|
while ((pos = path.find("/")) != -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user