Skip to content

Instantly share code, notes, and snippets.

@davidsword
Last active February 3, 2018 03:06
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 davidsword/e5fc6499ca234221cef3d2ee7bd04ebf to your computer and use it in GitHub Desktop.
Save davidsword/e5fc6499ca234221cef3d2ee7bd04ebf to your computer and use it in GitHub Desktop.
<?
@ini_set( 'upload_max_size' , '32M' );
@ini_set( 'post_max_size', '32M');
@ini_set( 'max_execution_time', '300' );
define("WP_MEMORY_LIMIT",'32M');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment