File "icicle.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/backupbuddy/controllers/ajax/icicle.php
File size: 386 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
backupbuddy_core::verifyAjaxAccess();
// Server info page icicle for GUI file listing.
/* icicle()
*
* Builds and returns graphical directory size listing. Echos.
*
* @return null
*/
pb_backupbuddy::set_greedy_script_limits(); // Building the directory tree can take a bit.
$response = backupbuddy_core::build_icicle( ABSPATH, ABSPATH, '', -1 );
echo $response[0];
die();