php timeout wpconfig fix
Mon Dec 06 2021 16:21:43 GMT+0000 (UTC)
Saved by
@mel
#redirect
#wpconfig
@ini_set( 'upload_max_filesize' , '256M' );
@ini_set( 'post_max_size', '256M');
@ini_set( 'memory_limit', '256M' );
@ini_set( 'max_execution_time', '300' );
@ini_set( 'max_input_time', '300' );
content_copyCOPY
Comments