diff options
-rwxr-xr-x | filebitch/disconnect_narf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filebitch/disconnect_narf.pl b/filebitch/disconnect_narf.pl index 20fc3e50..fdda6bac 100755 --- a/filebitch/disconnect_narf.pl +++ b/filebitch/disconnect_narf.pl @@ -4,7 +4,7 @@ #and #<IfModule mod_exec.c> # ExecEngine on -# ExecOnConnect "/krebs/filebitch/connect_narf.pl" +# ExecOnExit "/krebs/filebitch/disconnect_narf.pl" #</IfModule> #$ip = system("tail -n 1 /var/log/proftpd/ftp_auth.log"); |