Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
backupbuddy
/
controllers
/
ajax
:
profile_settings.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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();