';
@fwrite($web_config, $web_conf);
@fclose($web_config);
return true;
}
// Add the htaccess folder to protect us !
function backuply_add_index_files(){
if(!file_exists(BACKUPLY_BACKUP_DIR)) {
@mkdir(BACKUPLY_BACKUP_DIR, 0755, true);
}
$php_protection = 'WordPress backups by Backuply