gaim/www

Add Sametime to the list of supported protocols, add 'Novell' in front of GroupWise to match the About box, remove 'MSN window closing notification' from the feature list.
<?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";
?>