Created
November 14, 2013 22:54
-
-
Save mrdaemon/7475803 to your computer and use it in GitHub Desktop.
put me in your wp-config.php at the end plz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(is_admin()) { | |
add_filter('filesystem_method', create_function('$a', 'return "direct";' )); | |
define('FS_CHMOD_DIR', 0751); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment