Skip to content

Instantly share code, notes, and snippets.

@someguy9
Created March 14, 2022 14:19
Show Gist options
  • Save someguy9/97614b26c041211fe941772d6ee08621 to your computer and use it in GitHub Desktop.
Save someguy9/97614b26c041211fe941772d6ee08621 to your computer and use it in GitHub Desktop.
<?php
@ini_set( 'upload_max_size' , '128M' );
@ini_set( 'post_max_size', '128M');
@ini_set( 'max_execution_time', '300' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment