wrong ref in ssl policy

This commit is contained in:
Friendika 2011-01-30 18:25:41 -08:00
parent e8d52d879b
commit a598f17e6d
4 changed files with 5 additions and 5 deletions

View file

@ -140,7 +140,7 @@ if(strlen($a->module)) {
}
else {
if((x($_SERVER,'QUERY_STRING')) && ($_SERVER['QUERY_STRING'] === 'q=internal_error.html') && isset($dreamhost_error_hack)) {
logger('index.php: dreamhost_error_hack invoked');
logger('index.php: dreamhost_error_hack invoked. Original URI =' . $_SERVER['REQUEST_URI']);
goaway($a->get_baseurl() . $_SERVER['REQUEST_URI']);
}