/var/www/(Del)hsihk.com/wp-content/plugins/backupbuddy/controllers/ajax/profile_settings.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
if ( ! is_admin() ) { die( 'Access denied.' ); }

// 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();