[SOLVED] just a little space in upload.php
Posted: Tue Nov 15, 2011 2:11 pm
Hy all...just a very small thing.
When you add a space in line 164 of the dfh-v1.2.3\upload.php after "$lang[udownfile]" and "$lang[udeletefile]" to this
most mailclients will recognize the urls by its own as hyperlinks. But they wont, whitout a space...
many thanks for this script. csuno
When you add a space in line 164 of the dfh-v1.2.3\upload.php after "$lang[udownfile]" and "$lang[udeletefile]" to this
- Code: Select all
$uploadmsg = "$lang[ufile] (".$filename.") $lang[wup].\n ". $lang[udownfile] . ": " . $scripturl . "$short" . $rand2 . "\n ". $lang[udeletefile] . ": " . $scripturl . "$short" . $rand2 . "&del=" . $passkey . "&ignore=" . "\n $lang[thank]";
most mailclients will recognize the urls by its own as hyperlinks. But they wont, whitout a space...
many thanks for this script. csuno