X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=startup.pl;h=186b0c8ae3f2e9c62684694ed4e0e14da85790b3;hb=c53f6b0edb492227f9aa6959c4049f5c2e2b27b3;hp=77a315204d38bf85b0269d42298ef129e3a9964a;hpb=707131893fa280d8964883b821636de7022fecd0;p=ndwebbie.git diff --git a/startup.pl b/startup.pl index 77a3152..186b0c8 100644 --- a/startup.pl +++ b/startup.pl @@ -15,6 +15,8 @@ use GD::Graph::lines; use BBCode::Parser; +use Mail::Sendmail; + use ND; use ND::DB; use ND::Include; @@ -48,6 +50,7 @@ use ND::Web::Pages::Motd; use ND::Web::Pages::Forum; use ND::Web::Pages::Settings; use ND::Web::Pages::Graph; +use ND::Web::Pages::Mail;