Menu

#2965 ForceSSL in config, crashes phpmyadmin

Latest_Git
fixed
Interface (555)
1
2013-06-11
2010-01-21
firstlaunch
No

In libraries/Config.class.php, line 795; the static variable is_tppts is set to false.
In the next test, it passes (always), as null !== false
So the redirect goes around, and around, and https becomes httpss, httpsss, httpsss,.....
Suggest change static declaration to be static $is_https = null;

Seen on PHP version 5.3.0

Discussion

  • Michal Čihař

    Michal Čihař - 2010-01-22
    • assigned_to: nobody --> nijel
    • status: open --> open-accepted
     
  • Michal Čihař

    Michal Čihař - 2010-01-22

    Fixed in subversion, thanks for reporting.

     
  • Michal Čihař

    Michal Čihař - 2010-01-22
    • priority: 5 --> 1
    • status: open-accepted --> closed-fixed
     
  • Michal Čihař

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