Created
July 30, 2014 12:19
-
-
Save yratof/6c5bb8bf270b55fe8d40 to your computer and use it in GitHub Desktop.
Limit Wordpress Filesize upload.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ini_set( ‘upload_max_size’ , ’3M’ ); | |
| @ini_set( ‘post_max_size’, ’3M’); | |
| @ini_set( ‘max_execution_time’, ’1000′ ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment