gaim/www

(08:51:27) Faceprint: i think maybe we should update gdb.php to say "bt
full" instead of just "bt"
(08:51:32) Luke: okay
(08:51:35) Luke: that's easily done
(08:51:40) Faceprint: you agree?
(08:51:51) Luke: I'd never heard of bt full until last week
(08:51:54) Faceprint: that way we get the more useful backtrace the first
time
(08:52:12) Luke: *nods*
<?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";
?>