1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

change group permissions on wordpress to enable write, add line to wp-config.php

This commit is contained in:
George Hunt 2017-05-30 17:00:03 -07:00
parent bb5975648d
commit 4081978e8e
2 changed files with 3 additions and 1 deletions

View file

@ -91,3 +91,5 @@ if ( !defined('ABSPATH') )
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
define('FS_METHOD','direct');