Set auth type to "http" by default
This commit is contained in:
@@ -174,7 +174,7 @@ $cfg['Servers'][$i]['controlpass'] = '';
|
|||||||
*
|
*
|
||||||
* @global string $cfg['Servers'][$i]['auth_type']
|
* @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)
|
* HTTP Basic Auth Realm name to display (only used with 'HTTP' auth_type)
|
||||||
|
Reference in New Issue
Block a user