Skip to content

Instantly share code, notes, and snippets.

@zhonmaz
Last active May 8, 2020 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhonmaz/a3746fbd5980e1fb7849a596ac7cbb59 to your computer and use it in GitHub Desktop.
Save zhonmaz/a3746fbd5980e1fb7849a596ac7cbb59 to your computer and use it in GitHub Desktop.
@ini_set( 'upload_max_size', '64M' );
@ini_set( 'post_max_size', '64M' );
@ini_set( 'upload_max_filesize', '64M' );
@ini_set( 'max_execution_time', '300' );
@ini_set( 'max_input_time', '1000' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment