X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=startup.pl;h=39324ece3294ca663b66202cddb61c6fe5285a9e;hb=c9e0c080884b28042ccca193dd91c8d55a3c3855;hp=882909af5e7c7766203cfc7ddbf9ad10b75942f1;hpb=4a89cdfc12aa35990a428af4cf5dcceae6e2a38b;p=ndwebbie.git diff --git a/startup.pl b/startup.pl index 882909a..39324ec 100644 --- a/startup.pl +++ b/startup.pl @@ -11,7 +11,9 @@ DBI->install_driver("Pg"); use DBI; use DBD::Pg qw(:pg_types); -use GD::Graph:lines; +use GD::Graph::lines; + +use BBCode::Parser; use ND; use ND::DB; @@ -19,6 +21,7 @@ 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;