Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d3162ae5
authored
2023-11-21 15:14:29 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
eee
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
d78e4af7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/msf-child/functions.php
wp-content/themes/msf-child/functions.php
View file @
d3162ae
...
...
@@ -7,7 +7,7 @@
// Exit if accessed directly.
defined
(
'ABSPATH'
)
||
exit
;
setlocale
(
LC_TIME
,
'fr-FR'
);
@
ini_set
(
'upload_max_size'
,
'256M'
);
@
ini_set
(
'post_max_size'
,
'256M'
);
@
ini_set
(
'max_execution_time'
,
'300'
);
...
...
Please
register
or
sign in
to post a comment