Module: appdb
Branch: master
Commit: 603aaf97a0d6f80e14dc57b1d532a879abfcc07b
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=603aaf97a0d6f80e14dc57b1…
Author: Rosanne DiMesio <dimesio(a)earthlink.net>
Date: Tue May 9 16:25:06 2017 -0500
screenshots.php: add warning about file size limit
Tells users about the file size limit before they try to upload. Fixes bugs 41917 and 42936.
Signed-off-by: Rosanne DiMesio <dimesio(a)earthlink.net>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
screenshots.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/screenshots.php b/screenshots.php
index f5e304e..2c2e783 100644
--- a/screenshots.php
+++ b/screenshots.php
@@ -145,6 +145,7 @@ if($aClean['iVersionId'] && $_SESSION['current']->isLoggedIn())
echo "<tr><td><ul>";
echo "<li>Do not upload screenshots of error messages, installers, game menus etc.</li>";
echo "<li>Crop the image so that only the application is shown and not your desktop.</li>";
+ echo "<li>Files must be smaller than 600KB.</li>";
echo "</ul></td></tr></table></p>";
echo '<form enctype="multipart/form-data" action="screenshots.php" name="sImageForm" method="post">',"\n";