diff options
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 42d4547..9a8d50c 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -3660,8 +3660,18 @@ char *checkLinky(reqData *Rd) | |||
3660 | char *t1 = qurl_encode(t0, strlen(t0)); | 3660 | char *t1 = qurl_encode(t0, strlen(t0)); |
3661 | free(ret); | 3661 | free(ret); |
3662 | ret = xmprintf("<p><font color='red'><b>You have an email waiting with a validation link in it, please check your email. " | 3662 | ret = xmprintf("<p><font color='red'><b>You have an email waiting with a validation link in it, please check your email. " |
3663 | "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS!" | ||
3663 | "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. " | 3664 | "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. " |
3664 | "You should add that email address to your contacts, or otherwise let it through your spam filter. " | 3665 | "You should add that email address to your contacts, or otherwise let it through your spam filter. " |
3666 | "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. " | ||
3667 | "You should add that email address to your contacts, or otherwise let it through your spam filter. " | ||
3668 | "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. " | ||
3669 | "You should add that email address to your contacts, or otherwise let it through your spam filter. " | ||
3670 | "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. " | ||
3671 | "You should add that email address to your contacts, or otherwise let it through your spam filter. " | ||
3672 | "If your email client wont let you click the validation link, just copy and paste it into your web browser. " | ||
3673 | "If your email client wont let you click the validation link, just copy and paste it into your web browser. " | ||
3674 | "If your email client wont let you click the validation link, just copy and paste it into your web browser. " | ||
3665 | "If your email client wont let you click the validation link, just copy and paste it into your web browser. " | 3675 | "If your email client wont let you click the validation link, just copy and paste it into your web browser. " |
3666 | // "<a href='https://%s%s?hashish=%s'>%s</a>" | 3676 | // "<a href='https://%s%s?hashish=%s'>%s</a>" |
3667 | "</b></font></p>\n", | 3677 | "</b></font></p>\n", |
@@ -3888,6 +3898,13 @@ t("Write shs %s", tnm4); | |||
3888 | "\n" | 3898 | "\n" |
3889 | "Please go to this web link to validate your new account -\n" | 3899 | "Please go to this web link to validate your new account -\n" |
3890 | "https://%s%s?hashish=%s\n" | 3900 | "https://%s%s?hashish=%s\n" |
3901 | "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS!" | ||
3902 | "If your email client wont let you click the validation\n" | ||
3903 | "link, just copy and paste it into your web browser.\n" | ||
3904 | "If your email client wont let you click the validation\n" | ||
3905 | "link, just copy and paste it into your web browser.\n" | ||
3906 | "If your email client wont let you click the validation\n" | ||
3907 | "link, just copy and paste it into your web browser.\n" | ||
3891 | "If your email client wont let you click the validation\n" | 3908 | "If your email client wont let you click the validation\n" |
3892 | "link, just copy and paste it into your web browser.\n" | 3909 | "link, just copy and paste it into your web browser.\n" |
3893 | "\n" | 3910 | "\n" |