Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
safe_mode = off;
file_uploads = on;session.cache_expire = 4000000000;upload_max_filesize = 1000M;post_max_size = 1010M;max_execution_time = 40000000;max_input_time = 40000000;memory_limit = 1010M;
php_flag safe_mode off
php_value max_execution_time 1000
php_value session.gc_maxlifetime 14000
php_value output_buffering on
php_value upload_max_filesize 104857600
php_value post_max_size 104857600
php_flag display_errors off
Please Log in or Create an account to join the conversation.