diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-14 02:17:19 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-14 02:17:19 +0200 |
commit | 2246ffcc3855fbe44b5e396cca9484599eb3a18b (patch) | |
tree | 10aaf94a8bdc205016efddd4ba8846d00c84c665 | |
parent | 4e4763dded00347f0bc13757c3a9a7f0ed07e0b0 (diff) |
Remove an unneeded dependency from ping-json.pl.
-rwxr-xr-x | web/nms.gathering.org/ping-json.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/nms.gathering.org/ping-json.pl b/web/nms.gathering.org/ping-json.pl index b304de6..47b5cc2 100755 --- a/web/nms.gathering.org/ping-json.pl +++ b/web/nms.gathering.org/ping-json.pl @@ -1,6 +1,5 @@ #! /usr/bin/perl use CGI; -use GD; use DBI; use JSON::XS; use lib '../../include'; |