simple_base_url = '/translators'; $config->base_url = '/translators/index.php'; class a { function is_Requestor() { return false; } function is_Translator() { return true; } function is_Admin() { return false; } } $auth = new a; $page = new StdClass; $page->show_upload = true; $page->latest_request = false; session_start(); include 'home.html.en.php'; if (!ini_get('output_buffering')) { echo "

set output_buffering to 4096 to make this test work

"; } phpinfo();