????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content/plugins/backupbuddy/controllers/ajax/
Upload File :
Current File : /home2/morganrand/www/wp-content/plugins/backupbuddy/controllers/ajax/profile_settings.php

<?php
backupbuddy_core::verifyAjaxAccess();


// Settings page backup profile editing.
/* profile_settings()
 *
 * View a specified profile's settings.
 *
 */

pb_backupbuddy::$ui->ajax_header();
require_once( pb_backupbuddy::plugin_path() . '/views/settings/_includeexclude.php' );
pb_backupbuddy::$ui->ajax_footer();
die();