Skip to content

Instantly share code, notes, and snippets.

@raphaelkross
Created August 4, 2016 23:35
Show Gist options
  • Save raphaelkross/e6c6173486bb75c91337f71d492fa96e to your computer and use it in GitHub Desktop.
Save raphaelkross/e6c6173486bb75c91337f71d492fa96e to your computer and use it in GitHub Desktop.
Increase Server Configs to Allow Import
ini_set('memory_limit', '128M');
ini_set('upload_max_filesize', '128M');
ini_set('post_max_size', '128M');
ini_set('file_uploads', 'On');
ini_set('max_execution_time', '500');
ini_set('file_uploads', 'On');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment