diff options
author | Knut Auvor Grythe <knut@auvor.no> | 2015-03-31 17:15:32 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-03-31 17:18:21 +0200 |
commit | 6b62ed4b13be95e7eb014159ab70bbe5fe1f5a03 (patch) | |
tree | 85758a7d4f09ed81c3ea2dda45624c8a2cc57f55 | |
parent | bae936a701bd791518bf7acff2d10eb8fb6bab54 (diff) |
move ssendfile.pl, it's not a webpage
-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; |