require_once(LIBRARY_ROOT . "/class/FreedomHook.php"); /* get homepage option for style_switch in the post hooks below * this helps get the homepage with AJAX when you're on an SSL url */ if ($_GET['custom_option'] === "get_homepage") { header('Content-Type: text/html; charset=iso-8859-1'); die(implode(file("http://asoft436.accrisoft.com/greatergrads/index.php"))); } ?>