diff options
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index ed84ada..beda3cf 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -7859,8 +7859,8 @@ void account_html(char *file, reqData *Rd, HTMLfile *thisFile) | |||
7859 | *f = '\0'; | 7859 | *f = '\0'; |
7860 | if (('\0' != href[0]) && (strcmp(ref, href) != 0)) | 7860 | if (('\0' != href[0]) && (strcmp(ref, href) != 0)) |
7861 | { | 7861 | { |
7862 | bitch(Rd, "Invalid referer.", ref); | 7862 | bitch(Rd, "Invalid referer.", href); |
7863 | D("Invalid referer - %s isn't %s", ref, href); | 7863 | E("Invalid referer - %s isn't %s", ref, href); |
7864 | form = "accountLogin"; | 7864 | form = "accountLogin"; |
7865 | Rd->shs.status = SHS_PROBLEM; | 7865 | Rd->shs.status = SHS_PROBLEM; |
7866 | } | 7866 | } |