🌍
English
Hi,
Do you know how to create a category using the web instead of FTP Program?
Do you know if I could adjust the maximum file size to 2000KB instead of 1000KB?
Thx
Pls reply to cychan81@hotmail.com
Do you know how to create a category using the web instead of FTP Program?
it is not possible yet.
Do you know if I could adjust the maximum file size to 2000KB instead of 1000KB?
in ./admin/configuration.php (version 1.2), line 180, replace
if ( !ereg( "^[1-9][0-9]*$", $HTTP_POST_VARS['upload_maxfilesize'] ) || $HTTP_POST_VARS['upload_maxfilesize'] < 10 || $HTTP_POST_VARS['upload_maxfilesize'] > 1000 )
by
if ( !ereg( "^[1-9][0-9]*$", $HTTP_POST_VARS['upload_maxfilesize'] ) || $HTTP_POST_VARS['upload_maxfilesize'] < 10 || $HTTP_POST_VARS['upload_maxfilesize'] > 2000 )
Pls reply to cychan81@hotmail.com
no reply by mail, register to this forum and ask to be notified by mail if you want an answer by mail
Offline