PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
views
/
restore
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Restore dashboard view. * * @var \stdClass $bind */ ?> <nav> <ul> <li> <?php if ( $bind->downloader->can_be_downloaded() ) { $bind->downloader->view(); } ?> </li> </ul> </nav>
[+]
steps
[-] main.php
[edit]
[-] download-log.php
[edit]
[-] dashboard.php
[edit]
[-] notifications.php
[edit]
[+]
..
[-] index.php
[edit]