X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=startup.pl;h=39324ece3294ca663b66202cddb61c6fe5285a9e;hb=c9e0c080884b28042ccca193dd91c8d55a3c3855;hp=7741e311a3110010b04a0ea5e8879e5f4ee184c4;hpb=783e0d521972278b1242144580a8295c59ca1351;p=ndwebbie.git diff --git a/startup.pl b/startup.pl index 7741e31..39324ec 100644 --- a/startup.pl +++ b/startup.pl @@ -13,12 +13,15 @@ use DBD::Pg qw(:pg_types); use GD::Graph::lines; +use BBCode::Parser; + use ND; use ND::DB; use ND::Include; use ND::Web::AuthHandler; use ND::Web::Include; use ND::Web::Forum; +use ND::Web::Graph; use ND::Web::Pages::Main; use ND::Web::Pages::AddIntel;