WebUzo Mengatur Batas Upload

cd /usr/local/webuzo/conf/webuzo/emps
nano php.ini

#change this line

upload_max_size = 100M
upload_max_filesize = 100M
post_max_size = 100M
  
#restart server
systemctl restart webuzo
adens