gaim/www

Added myself to the contact info page.

2006-03-08, Bartosz Oler
5be39e106b04
Added myself to the contact info page.
<?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";
?>