Re: [Koha-patches] [PATCH] calculate OPACBaseURL instead of using syspref
On Sun, Jun 1, 2008 at 9:43 PM, Galen Charlton <galen.charlton@liblime.com> wrote:
Calculate OPACBaseURL from the CGI environment variables instead of using the system preference. As a result of this patch, it should be possible to change the hostname, protocol, or port of the OPAC without having to reset a system preference.
Good work, Galen. As you know, that one has been bugging me. Does that port line mean that the "443" will always be present on HTTPS requests since it's not 80? Does that matter at all? Thanks! -A _______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Hi, On Mon, Jun 2, 2008 at 8:00 AM, Andrew Moore <andrew.moore@liblime.com> wrote:
Does that port line mean that the "443" will always be present on HTTPS requests since it's not 80? Does that matter at all?
Good point, I'll follow up with another patch. Regards, Galen -- Galen Charlton Koha Application Developer LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 _______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (2)
-
Andrew Moore -
Galen Charlton