diff options
author | root <root@filebitch> | 2011-08-10 21:35:42 +0200 |
---|---|---|
committer | root <root@filebitch> | 2011-08-10 21:35:42 +0200 |
commit | e3551b11b5f135f89cb7535df95ba2a6e190e24c (patch) | |
tree | e3a9ecc7f9c981e50f0ebd1b2ea26e931693aefd /filebitch | |
parent | 798559fd2fe16a936f6f7b404bb24c07eff3a330 (diff) |
fixed some shit
Diffstat (limited to 'filebitch')
-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"); |