Skip to content

Instantly share code, notes, and snippets.

@LPMAXI
Created October 22, 2012 17:25
Show Gist options
  • Save LPMAXI/3932786 to your computer and use it in GitHub Desktop.
Save LPMAXI/3932786 to your computer and use it in GitHub Desktop.
Uppdatera Wordpress plugin utan FTP-uppfifter
define( 'FS_METHOD', 'direct' );
define( 'FS_CHMOD_DIR', 0755 );
define( 'FS_CHMOD_FILE', 0644 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment