[APPDB] screenshots.php: add warning about file size limit

Rosanne DiMesio dimesio at earthlink.net
Tue May 9 16:25:06 CDT 2017


Tells users about the file size limit before they try to upload. Fixes bugs 41917 and 42936.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 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";
-- 
2.12.0




More information about the wine-patches mailing list