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:
parent
0cbb5ef446
commit
9d9cf0d209
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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';
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue