accu_get_plugin_info();
echo '
';
do_action( 'display_cron_info' );
} elseif ( 'accu_stored_backups' == $active_tab ) {
do_action( 'accu_backup_listing' );
} elseif ( 'accu_terms' == $active_tab ) {
$lione = __( 'We as author/developer don’t give guarantee and don’t promise that the Accu Auto Backup plugin will work well on all technical environment though we tried our best and taken care for its best availability and its workability.', 'accu-auto-backup' );
$litwo = __( 'The Accu Auto Backup plug-in from Dhanashree Inc provided \"as is\" without any warranties, obvious or implied.', 'accu-auto-backup' );
$lithree = __( 'All taken backups is stored in zip format, you can download them from Database & File/Folder Backups.', 'accu-auto-backup' );
$lifour = __( 'We will not be responsible for any direct, indirect or any other damage or loss by usage of Accu Auto Backup plug-in.', 'accu-auto-backup' );
$lifive = __( 'User understands and confirm own responsibility up on agreement of usage of Accu Auto Backup plug-in.', 'accu-auto-backup' );
echo '
- ' . $lione . '
- ' . $lithree . '
- ' . $lifour . '
- ' . $lifive . '
';
}
?>