X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=startup.pl;h=7741e311a3110010b04a0ea5e8879e5f4ee184c4;hb=b742ff2926ed9ab8be3519e3d0f26f9cf3b421e4;hp=31d64d68a3d79c3af7fe1b0a52f5a5bd92bb6b95;hpb=9ce5a8529e75cb109ed9ba3fc788c94ef47b1080;p=ndwebbie.git diff --git a/startup.pl b/startup.pl index 31d64d6..7741e31 100644 --- a/startup.pl +++ b/startup.pl @@ -11,6 +11,8 @@ DBI->install_driver("Pg"); use DBI; use DBD::Pg qw(:pg_types); +use GD::Graph::lines; + use ND; use ND::DB; use ND::Include; @@ -37,6 +39,8 @@ use ND::Web::Pages::Resources; use ND::Web::Pages::PlanetNaps; use ND::Web::Pages::Motd; use ND::Web::Pages::Forum; +use ND::Web::Pages::Settings; +use ND::Web::Pages::Graph;