X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=startup.pl;h=19a3590f681cf7b84c007119adaef6494c4085d4;hb=ac65e241f748773959b94d66691ee93019fcae84;hp=e8afdae04202dc1335017b9ddb5e43bf24995700;hpb=f30929222d93601ac447de8ef888df1b52c35f37;p=ndwebbie.git diff --git a/startup.pl b/startup.pl index e8afdae..19a3590 100644 --- a/startup.pl +++ b/startup.pl @@ -1,4 +1,4 @@ -use lib qw(/var/www/ndawn/code/); +use lib qw(/var/www/ndawn/); use CGI qw/:standard/; @@ -52,6 +52,10 @@ use ND::Web::Pages::Settings; use ND::Web::Pages::Graph; use ND::Web::Pages::Mail; use ND::Web::Pages::HostileAlliances; +use ND::Web::Pages::AllianceRankings; +use ND::Web::Pages::GalaxyRankings; +use ND::Web::Pages::TargetList; +use ND::Web::Pages::DefLeeches;