Update website_backend.c
This commit is contained in:
@@ -178,7 +178,6 @@ void httpd_cgi_handler(struct fs_file* file, const char* uri, int num_parm, char
|
|||||||
|
|
||||||
// The given sentence
|
// The given sentence
|
||||||
if (strcmp("vtxt", pc_param[i]) == 0) {
|
if (strcmp("vtxt", pc_param[i]) == 0) {
|
||||||
LOG_DEBUG("WBE", "--> %s", pc_value[i]);
|
|
||||||
wbe_decoding_url(pc_value[i], vtxt);
|
wbe_decoding_url(pc_value[i], vtxt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user