Set auth type to "http" by default

This commit is contained in:
2025-04-21 20:42:50 -07:00
parent 41d9e77a5b
commit fe090bc88f

View File

@@ -174,7 +174,7 @@ $cfg['Servers'][$i]['controlpass'] = '';
*
* @global string $cfg['Servers'][$i]['auth_type']
*/
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['auth_type'] = 'http';
/**
* HTTP Basic Auth Realm name to display (only used with 'HTTP' auth_type)