forked from GNUsocial/gnu-social
Merge branch 'redironlogin' of http://git.gitorious.org/~evan/statusnet/evans-mainline into redironlogin
This commit is contained in:
commit
d636bee4c0
@ -158,8 +158,9 @@ class Status_network extends DB_DataObject
|
|||||||
0 != strcasecmp($sn->hostname, $servername)) {
|
0 != strcasecmp($sn->hostname, $servername)) {
|
||||||
$sn->redirectTo('http://'.$sn->hostname.$_SERVER['REQUEST_URI']);
|
$sn->redirectTo('http://'.$sn->hostname.$_SERVER['REQUEST_URI']);
|
||||||
} else if (!empty($_SERVER['HTTPS']) &&
|
} else if (!empty($_SERVER['HTTPS']) &&
|
||||||
0 != strcasecmp($sn->sitename.'.'.$wildcard, $servername)) {
|
0 != strcasecmp($sn->hostname, $servername) &&
|
||||||
$sn->redirectTo('https://'.$sn->sitename.'.'.$wildcard.$_SERVER['REQUEST_URI']);
|
0 != strcasecmp($sn->nickname.'.'.$wildcard, $servername)) {
|
||||||
|
$sn->redirectTo('https://'.$sn->nickname.'.'.$wildcard.$_SERVER['REQUEST_URI']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$dbhost = (empty($sn->dbhost)) ? 'localhost' : $sn->dbhost;
|
$dbhost = (empty($sn->dbhost)) ? 'localhost' : $sn->dbhost;
|
||||||
|
Loading…
Reference in New Issue
Block a user