Changes between Version 18 and Version 19 of howto/PHP


Ignore:
Timestamp:
Apr 15, 2017, 6:35:43 PM (7 years ago)
Author:
paxperscientiam (Chris)
Comment:

Change makes clear that original value is "cookie" so no confusion when user searching for line.

Legend:

Unmodified
Added
Removed
Modified
  • howto/PHP

    v18 v19  
    145145Next, Edit that file, and locate the line:
    146146{{{
    147 $cfg['Servers'][$i]['auth_type']   = 'config';    // 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.
    148148}}}
    149149It will be right at the beginning in the section labeled: "/* Authentication type */"
     150
     151Change the value from 'cookie' to 'config'.
    150152
    151153You will need to add the following two lines immediately after it.