"haslo"); //Zmien login administratora i haslo, w tym momencie jest to niepotrzebne, poniewaz adminem jest ten, kto sprawuje funkcje superadmina w PHP Fusion, ale... if(iSUPERADMIN) { $params["isadmin"] = true; } else { $params["isadmin"] = false;} //Admin na chacie=superadmin w PHP Fusion $pfc_config =& pfcGlobalConfig::Instance( $params ); $chat = new phpFreeChat($params); //this programs the params into the function i think. it has to go here before the subheader include require_once "subheader.php"; //phpfusion subheader include require_once "side_left.php"; //phpfusion side left code include - i think its the menu if(iMEMBER) { $chat->printChat(); } else { opentable("Chat - zarejestruj siê!"); echo "
Chat tylko dla uzytkownikow
"; closetable(); } //Blokada dostepu gosci do chata. $chat->printJavascript(); $chat->printStyle(); require_once "side_right.php"; require_once "footer.php"; ?>