Changes between Version 18 and Version 19 of howto/PHP
- Timestamp:
- Apr 15, 2017, 6:35:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/PHP
v18 v19 145 145 Next, Edit that file, and locate the line: 146 146 {{{ 147 $cfg['Servers'][$i]['auth_type'] = 'co nfig'; // Authentication method (config, http or cookie based)? - default is Cookie.147 $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)? - default is Cookie. 148 148 }}} 149 149 It will be right at the beginning in the section labeled: "/* Authentication type */" 150 151 Change the value from 'cookie' to 'config'. 150 152 151 153 You will need to add the following two lines immediately after it.