]> git.pld-linux.org Git - packages/cowiki.git/blame - cowiki-https.patch
- tabs in preamble
[packages/cowiki.git] / cowiki-https.patch
CommitLineData
c4e2643f
ER
1--- cowiki-0.4.0-interim-2006-03-17/htdocs/index.proxy.php 2005-08-03 03:11:11.000000000 +0300
2+++ cowiki-0.4.0-interim-2006-03-17/htdocs/index.proxy.php 2006-06-21 00:31:13.000000000 +0300
3@@ -50,7 +50,7 @@
4
5 if (file_exists(realpath(dirname(__FILE__)) . '/install.pending')) {
6 // FIX: scheme (https) and port (other than 80)
7- $sScheme = 'http';
8+ $sScheme = 'https';
9 $sBasePath = substr(
10 $_SERVER['REQUEST_URI'],
11 0,
12--- cowiki-0.4.0-interim-2006-03-17/includes/cowiki/class/util/class.HttpRequest.php 2005-08-11 07:12:07.000000000 +0300
13+++ cowiki-0.4.0-interim-2006-03-17/includes/cowiki/class/util/class.HttpRequest.php 2006-06-21 00:31:13.000000000 +0300
14@@ -202,7 +202,7 @@
15 * @since coWiki 0.3.0
16 */
17 public function getHostUri() {
18- $sProto = 'http';
19+ $sProto = 'https';
20
21 // SSL_PROTOCOL_VERSION is valid for mod_ssl
22 if (strtolower($this->Env->get('HTTPS')) == 'on'
This page took 0.087806 seconds and 4 git commands to generate.