1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

accomodate new master changes

This commit is contained in:
George Hunt 2021-09-30 00:35:27 +01:00
parent 0cbb5ef446
commit 9d9cf0d209
2 changed files with 2 additions and 1 deletions

View file

@ -7,3 +7,4 @@
phpmyadmin_version: 5.1.1
phpmyadmin_name: "phpMyAdmin-{{ phpmyadmin_version }}-all-languages"
phpmyadmin_dl_url: "https://files.phpmyadmin.net/phpMyAdmin/{{ phpmyadmin_version }}/{{ phpmyadmin_name }}.tar.xz"
phpmyadmin_name_zip: "{{ phpmyadmin_version }}/{{ phpmyadmin_name }}.tar.xz"

View file

@ -26,6 +26,6 @@ $cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
$cfg['Servers'][$i]['auth_type'] = 'http';
//$cfg['Servers'][$i]['auth_type'] = 'http';
?>