Turn on track_vars in your php or apache config file."; } //if (get_magic_quotes_gpc() == 1) { // $phpE .= "
Turn magic_quotes_gpc OFF in your php or apache config file."; //} if (get_magic_quotes_runtime() == 1) { $phpE .= "
Turn magic_quotes_runtime OFF in your php or apache config file."; } if (!empty($phpE)) { print("bookmarker PHP Configuration Error

bookmarker PHP Configuration Error

$phpE"); exit; } include(dirname(__FILE__)."/lib/bkprepend.inc"); page_open(array( "sess" => "bk_sess" ,"auth" => "bk_cr_auth" )); if ($login == "YES") { $auth->login(); } $tpl->set_file(array( standard => "common.standard.tpl", body => "index.body.tpl" )); set_standard("home", &$tpl); include(LIBDIR . "bkend.inc"); ?>