07-09-2017, 02:38 PM
my bad, just replace with
also line 434, replace:
with
duplicated field label name and omitted the description
ive edited the gist with theses fixes
Code:
<?=$pageName?>
also line 434, replace:
Code:
<?= lang('AB_BACKUP_DEST');?>
with
Code:
<?= lang('AB_BACKUP_DEST_INFO');?>
duplicated field label name and omitted the description
ive edited the gist with theses fixes