[pLog-svn] r3418 - plugins/trunk/0ipabuse/class/security
    pwestbro at devel.lifetype.net 
    pwestbro at devel.lifetype.net
       
    Sun May 14 20:12:57 GMT 2006
    
    
  
Author: pwestbro
Date: 2006-05-14 20:12:56 +0000 (Sun, 14 May 2006)
New Revision: 3418
Modified:
   plugins/trunk/0ipabuse/class/security/update_iptables.php
Log:
Updated the iptables script to not reference "plog" 
Modified: plugins/trunk/0ipabuse/class/security/update_iptables.php
===================================================================
--- plugins/trunk/0ipabuse/class/security/update_iptables.php	2006-05-14 19:02:06 UTC (rev 3417)
+++ plugins/trunk/0ipabuse/class/security/update_iptables.php	2006-05-14 20:12:56 UTC (rev 3418)
@@ -1,7 +1,7 @@
 <?php
 
 // Set this to the temp folder for lifetype
-$LIFETYPE_TMP_FOLDER = "/var/www/plog-1.0/tmp/ipabuse/2";
+$LIFETYPE_TMP_FOLDER = "/<path to lifetype>/tmp/ipabuse/2";
 
 $today = date("Ymd");
 $dbFile =$LIFETYPE_TMP_FOLDER ."/".$today."ipabuse.db";
    
    
More information about the pLog-svn
mailing list