MDL-17457 moved a lot of code into lib/db/install.php + other refactoring and cleanup
This commit is contained in:
@@ -66,7 +66,7 @@ if ($hassiteconfig
|
||||
}
|
||||
|
||||
|
||||
if(empty($CFG->loginhttps)) {
|
||||
if (empty($CFG->loginhttps)) {
|
||||
$securewwwroot = $CFG->wwwroot;
|
||||
} else {
|
||||
$securewwwroot = str_replace('http:','https:',$CFG->wwwroot);
|
||||
|
||||
Reference in New Issue
Block a user