diff options
Diffstat (limited to 'src/mods/commands/yc_q.cpp')
| -rwxr-xr-x | src/mods/commands/yc_q.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mods/commands/yc_q.cpp b/src/mods/commands/yc_q.cpp index 1df6156..a250f72 100755 --- a/src/mods/commands/yc_q.cpp +++ b/src/mods/commands/yc_q.cpp @@ -17,7 +17,7 @@ extern "C" conf* p_conf = (conf*) ((dynamic_wrap*)c->elem[3])->CONF; - string s_quit = "<script confuage=JavaScript>top.location.href='/" + string s_quit = "<script language='JavaScript'>top.location.href='/" + p_conf->get_elem("httpd.startsite") + "';</script>"; |
