Guest User

Untitled

a guest
Feb 18th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. if( is_super_admin() ) {
  2. @ini_set( 'upload_max_size' , '64M' );
  3. @ini_set( 'post_max_size', '64M');
  4. @ini_set( 'max_execution_time', '300' );
  5. }
Add Comment
Please, Sign In to add comment