diff options
author | Friendika <info@friendika.com> | 2011-01-30 18:25:41 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-30 18:25:41 -0800 |
commit | a598f17e6d95d8a82df2994d61bfab74271dfe58 (patch) | |
tree | b9bd722183863bac952c870fe4bc554da55bb1bc /index.php | |
parent | e8d52d879baf6a35de335cb2ef6a2fb0a5eb8b3e (diff) | |
download | volse-hubzilla-a598f17e6d95d8a82df2994d61bfab74271dfe58.tar.gz volse-hubzilla-a598f17e6d95d8a82df2994d61bfab74271dfe58.tar.bz2 volse-hubzilla-a598f17e6d95d8a82df2994d61bfab74271dfe58.zip |
wrong ref in ssl policy
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']); } |