projects
/
oweals
/
uhttpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25023c7
)
handler: rename set_uri to rewrite
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 8 Nov 2015 19:10:02 +0000
(20:10 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 8 Nov 2015 19:10:02 +0000
(20:10 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
handler.c
patch
|
blob
|
history
diff --git
a/handler.c
b/handler.c
index 56720fb2fa2c421bc809958143ff51075fc900fa..6ec18af027710f4cb82d628c344d2f00e922cd15 100644
(file)
--- a/
handler.c
+++ b/
handler.c
@@
-100,7
+100,7
@@
handle_command(struct json_script_ctx *ctx, const char *name,
void (*func)(struct json_script_ctx *ctx, struct blob_attr *data);
} cmds[] = {
{ "redirect", handle_redirect },
- { "
set_uri
", handle_set_uri }
+ { "
rewrite
", handle_set_uri }
};
int i;