if ($_SERVER['DOCUMENT_ROOT'] <> 'C:/sokkit/site')
session_save_path("/home/users/web/b297/ipw.studio45/public_html/cgi-bin/tmp");
session_start();
header('Content-type: text/html; charset=iso-8859-1');
include("includes/config.php");
include("includes/functions.php");
include("includes/language.php");
dbconnect();
$show = verifyShowVar($_GET["show"]);
if ($show == "contact") {
$xtraBody1 = ' initialize();';
$xtraBody2 = ' onunload="GUnload();"';
}
if ($_GET["show"]) {
$x = 0;
foreach($_GET AS $key => $val) {
// if ($key != "lang" && $key != "PHPSESSID") {
if ($key != "PHPSESSID") {
if ($x == 0)
$params .= '?';
else
$params .= '&';
$params .= $key."=".$val;
$x++;
}
}
}
?>
Studio 451 - _title