- implemented screenshot handling, inclding
* editing after upload * reputation gain for approved uploads * moderator interface (albeit a bit wonky) I still do not speak French, Spanish or Russian, so translations are appreciated
This commit is contained in:
parent
f413089328
commit
0b46d15a2a
22 changed files with 1591 additions and 34 deletions
|
|
@ -17,7 +17,9 @@ AddDefaultCharset utf8
|
|||
CharsetRecodeMultipartForms Off
|
||||
</IfModule>
|
||||
|
||||
# 5MB should be enough for the largest screenshots in the land
|
||||
php_value default_charset UTF-8
|
||||
php_value upload_max_filesize 5M
|
||||
|
||||
RewriteEngine on
|
||||
# RewriteBase /~user/localPath/ # enable if the rules do not work, when they should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue