gaim/www

Clarify the Gadu-Gadu situation a bit, and comment about the known Windows bug.
<?php
/* Silence anything other than fatal errors */
error_reporting(E_ERROR);
//require "config.inc.php";
require "navigation.inc.php";
require "style.inc.php";
require "html.inc.php";
require "plugins.inc.php";
require "users.inc.php";
require "sessions.inc.php";
require "utils.inc.php";
require "database.inc.php";
?>