mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix size calculation
This commit is contained in:
parent
87e4614bc2
commit
921f6130c1
1 changed files with 1 additions and 1 deletions
|
@ -34,5 +34,5 @@
|
|||
|
||||
h4 If the file already exists, <u><b>it will be overwritten without warning</b></u>.
|
||||
h4 It has to be <u>legal to share this content in the United States</u>.
|
||||
h4 It must fit into your home page space (5MB).
|
||||
h4 It must fit into your home page space (#{(Site::MAX_SPACE.to_f / 2**20).to_i}MB).
|
||||
h4 The file uploader will automatically scrub any characters not matching: a-z A-Z 0-9 _ - .
|
||||
|
|
Loading…
Add table
Reference in a new issue