Allow Wordpress updates without FTP access. Add the follow code to the button of the wp-config.php
/** Sets up 'direct' method for wordpress, auto updates without FTP */ define('FS_METHOD','direct');