diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-02-04 15:59:36 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-02-04 15:59:36 +0100 |
commit | 59814e2e8dd870b0384ff041ed001886b9e2b2dc (patch) | |
tree | c16f14eaf735d8788af0e2986dfa4327f2f73d19 | |
parent | 93a2355c55ec4a51541faf84a194351e0a5425f3 (diff) | |
download | nfsn_authncleanup_hooks-master.tar.gz nfsn_authncleanup_hooks-master.zip |
-rwxr-xr-x | nfsn_cleanup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsn_cleanup.pl b/nfsn_cleanup.pl index 0c6ad09..f72a9dc 100755 --- a/nfsn_cleanup.pl +++ b/nfsn_cleanup.pl @@ -2,7 +2,7 @@ use warnings; use strict; use WebService::NFSN; -print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel"; +print "nfsn_cleanup.pl, Copyright (C) 2020 Miquel Lionel"; ###vvvEDIT THISvvv### my $USER = 'username'; |