In one of my plugins, I want to have a redirect page that takes input from a link and redirects the page with the header information.
Before I do the redirect, I need some information that the administrator has put into the database with update_option().
What are the minimum files I can include in order to use "get_option()" to retrieve this variable?