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
:
disalert.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php backupbuddy_core::verifyAjaxAccess(); // Dismissable alert saving. Currently framework does NOT auto-load this AJAX ability to save disalerts. $unique_id = pb_backupbuddy::_POST( 'unique_id' ); pb_backupbuddy::$options['disalerts'][$unique_id] = time(); pb_backupbuddy::save(); die('1');