Skip to content

Commit f0240ef

Browse files
authored
Update wp-config.php (#63)
1 parent 882e363 commit f0240ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web-framework/php/wordpress/src/code/wordpress/wp-config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@
9494

9595
/** Sets up WordPress vars and included files. */
9696
require_once ABSPATH . 'wp-settings.php';
97+
98+
define("FS_CHMOD_DIR", 0777);
99+
define("FS_CHMOD_FILE", 0777);

0 commit comments

Comments
 (0)