hmrserver / Obsidian

Obsidian Theme is a Dark theme for Open Game Panel, for following our Progress, users can join our Discord server: https://discord.me/HMR or https://discord.gg/PAAHDc5
33 stars 44 forks source link

Error with upload.php #8

Closed SobieskiCodes closed 6 years ago

SobieskiCodes commented 6 years ago

if($_FILES['image']['size'] > ($max_image_size*8192) {

it should be, if($_FILES['image']['size'] > $max_image_size*8192) { small error but breaks the upload process..

hmrserver commented 6 years ago

Already fixed it up in 956262f