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

no auth type http

This commit is contained in:
George Hunt 2021-09-30 00:38:49 +01:00
commit 4e97c8f5f2

View file

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