1, "db_type" => 1, "db_host" => 1, "db_login" => 1, "db_password" => 1, "db_persistent" => 1, "PROGRAM_NAME" => 1, "PROGRAM_URL" => 1, "readonly" => 1, "single_user" => 1, "single_user_login" => 1, "use_http_auth" => 1, "user_inc" => 1, "NONUSER_PREFIX" => 1, "languages" => 1, "browser_languages" => 1, "pub_acc_enabled" => 1, "user_can_update_password" => 1, "admin_can_add_user" => 1, "admin_can_delete_user" => 1, ); // This code is a temporary hack to make the application work when // register_globals is set to Off in php.ini (the default setting in // PHP 4.2.0 and after). if ( ! empty ( $HTTP_GET_VARS ) ) { while (list($key, $val) = @each($HTTP_GET_VARS)) { // don't allow anything to have