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

phpmyadmin was never migrated to nginx

This commit is contained in:
George Hunt 2021-02-03 19:49:17 +00:00
parent 45dbfaaa2b
commit 83a848e105
6 changed files with 29 additions and 27 deletions

View file

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