Rouji / single_php_filehost

Simple Filehosting Page in a Single PHP File (obvious 0x0 clone)
ISC License
235 stars 35 forks source link

Warning: php.ini: upload_max_filesize (40) set lower than MAX_FILESIZE (953) #16

Closed finn1476 closed 2 years ago

finn1476 commented 2 years ago

Hey i have a small problem i am trying to change the Maximum Filesize but i just get that error and i cant find the option to change upload_max_filesize

Rouji commented 2 years ago

Kind of depends on your distro and stuff, but usually it's in your php.ini somewhere in /etc. grep -r upload_max_filesize /etc/php* should find something

finn1476 commented 2 years ago

Thanks