]> ruin.nu Git - ndwebbie.git/blobdiff - startup.pl
BUGFIX: hour is 0 at midnight, so has to account for that
[ndwebbie.git] / startup.pl
index e8afdae04202dc1335017b9ddb5e43bf24995700..19a3590f681cf7b84c007119adaef6494c4085d4 100644 (file)
@@ -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;