diff options
-rwxr-xr-x | clients/ssendfile.pl (renamed from web/nms.gathering.org/ssendfile.pl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/ssendfile.pl b/clients/ssendfile.pl index 835a966..224f4e2 100755 --- a/web/nms.gathering.org/ssendfile.pl +++ b/clients/ssendfile.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl use warnings; use strict; -use lib '../../include'; +use lib '../include'; use POSIX; my $delaytime = 30; |