qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | ||
| 8 | // Exit if accessed directly. | 8 | // Exit if accessed directly. |
| 9 | defined( 'ABSPATH' ) || exit; | 9 | defined( 'ABSPATH' ) || exit; |
| 10 | setlocale(LC_TIME, 'fr-FR'); | 10 | |
| 11 | @ini_set( 'upload_max_size' , '256M' ); | 11 | @ini_set( 'upload_max_size' , '256M' ); |
| 12 | @ini_set( 'post_max_size', '256M'); | 12 | @ini_set( 'post_max_size', '256M'); |
| 13 | @ini_set( 'max_execution_time', '300' ); | 13 | @ini_set( 'max_execution_time', '300' ); | ... | ... |
-
Please register or sign in to post a comment