Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead94e3
)
MDL-24332 fixed incorrect fix - credit goes to Steve Massicotte
author
Petr Skoda
<skodak@moodle.org>
Fri, 15 Oct 2010 19:18:45 +0000
(19:18 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Fri, 15 Oct 2010 19:18:45 +0000
(19:18 +0000)
lib/setuplib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/setuplib.php
b/lib/setuplib.php
index
f2acfc2
..
6e6d8b7
100644
(file)
--- a/
lib/setuplib.php
+++ b/
lib/setuplib.php
@@
-597,7
+597,7
@@
function initialise_fullme() {
if ($wwwroot['scheme'] !== 'https') {
throw new coding_exception('Must use https address in wwwroot when ssl proxy enabled!');
}
- $rurl['scheme'] =
==
'https'; // make moodle believe it runs on https, squid or something else it doing it
+ $rurl['scheme'] = 'https'; // make moodle believe it runs on https, squid or something else it doing it
}
// $CFG->reverseproxy specifies if reverse proxy server used.