post to FB is working

This commit is contained in:
Friendika 2011-02-10 21:25:24 -08:00
commit fc5a3cac14
2 changed files with 53 additions and 18 deletions

View file

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