Skip to content

Instantly share code, notes, and snippets.

@steveobbayi
Created February 22, 2017 09:57
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 steveobbayi/4653c995bbe79b51c5be80aacae6f5af to your computer and use it in GitHub Desktop.
Save steveobbayi/4653c995bbe79b51c5be80aacae6f5af to your computer and use it in GitHub Desktop.
<?php
ini_set( 'upload_max_size' , '32M' );
ini_set( 'post_max_size', '32M');
ini_set( 'max_execution_time', '180' );
ini_set( 'max_input_time', '180' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment