]> ruin.nu Git - ndwebbie.git/blobdiff - scripts/stats.pl
Infrastructure to handle sms relaying.
[ndwebbie.git] / scripts / stats.pl
index bcac7fe8f81274b2d182b71b677db8728e64b436..706d7c70ff78a8c3ae4cd00adaf4f4a21238ee51 100755 (executable)
@@ -26,7 +26,10 @@ use DBI;
 use DBD::Pg qw(:pg_types);
 
 use LWP::Simple;
-use lib qw{/var/www/ndawn/};
+
+use FindBin;
+use lib "$FindBin::Bin/../lib";
+
 use ND::DB;
 
 our $dbh = ND::DB::DB();