session_set_cookie_params(0); session_start(); $path = $_GET["path"]; $include_path="home.php"; switch ($path) { case "screenshots": $include_path="screenshots.php"; break; case "portfolio": $include_path="portfolio.php"; break; case "mud_stuff": $include_path="mud_stuff.php"; break; case "misc": $include_path="misc.php"; break; case "links": $include_path="links.php"; break; } ?>
|
|