Skip to content

Instantly share code, notes, and snippets.

@willemmulder
Last active December 16, 2015 03:39
Show Gist options
  • Save willemmulder/5371615 to your computer and use it in GitHub Desktop.
Save willemmulder/5371615 to your computer and use it in GitHub Desktop.
<?php
ini_set("upload_max_filesize", "50M");
ini_set("post_max_size", "50M");
ini_set("memory_limit", "500M");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment