Hi guys,
With version 1.0.4, whenever I login it goes at the wrong place...
Namely, I run phpBugTracker on my secure server, but in your include.php file, you use "https://" + ... (line 273).
I edited the line and added an 's' so it works for me now. But I guess you should check whether you are running on an http or https server so the login works properly.
Thank you.
Alexis
Good idea, can you submit a patch that works with either http or https?
Fix to either support secure or non-secure installs.
Hi there,
I have a patch. In PHP you can test the $_SERVER['HTTPS'] variable. If set to 'on', then you are running on a secure server.
Thank you.
Alexis Wilke
File Added: phpbt-support_any_server.patch