Menu

#1893 (in 2.7.1) force https confiv variable typo?

Latest_Git
fixed
1
2013-06-11
2005-12-06
Eugene Mah
No

I noticed in the
/* $Id: config.default.php,v 1.3 2005/12/06 12:05:26
nijel Exp $ */
/
version of config.default.php, the config variable to
force https connections reads

$cfg['ForceSLL'] = FALSE; // whether to
force using https

Should it be ForceSSL instead? Unless of course
ForceSLL has been used all along and changing it would
break things horribly.

Discussion

  • Michal Čihař

    Michal Čihař - 2005-12-06

    Logged In: YES
    user_id=192186

    Yes it should be. Typo is on both places in code, only
    documentation has it right.

     
  • Michal Čihař

    Michal Čihař - 2005-12-06
    • assigned_to: nobody --> nijel
    • status: open --> open-accepted
     
  • Michal Čihař

    Michal Čihař - 2005-12-06
    • priority: 5 --> 1
    • summary: force https confiv variable typo? --> (in 2.7.1) force https confiv variable typo?
    • status: open-accepted --> open-fixed
     
  • Michal Čihař

    Michal Čihař - 2005-12-06

    Logged In: YES
    user_id=192186

    Fixed in CVS, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2006-03-06
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed