[pLog-svn] r6886 - plugins/branches/lifetype-1.2/hostblock

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed May 13 08:06:52 EDT 2009


Author: jondaley
Date: 2009-05-13 08:06:51 -0400 (Wed, 13 May 2009)
New Revision: 6886

Modified:
   plugins/branches/lifetype-1.2/hostblock/pluginhostblock.class.php
Log:
update plugin for 1.2

Modified: plugins/branches/lifetype-1.2/hostblock/pluginhostblock.class.php
===================================================================
--- plugins/branches/lifetype-1.2/hostblock/pluginhostblock.class.php	2009-05-13 12:06:42 UTC (rev 6885)
+++ plugins/branches/lifetype-1.2/hostblock/pluginhostblock.class.php	2009-05-13 12:06:51 UTC (rev 6886)
@@ -28,7 +28,7 @@
 			$this->id = "hostblock";
 			$this->desc = "Allows to block hosts";
 			$this->author = "The LifeType Project";
-            $this->version = "20070706";
+            $this->version = "20090513";
             
 			$this->init( $source );
 		}
@@ -93,6 +93,14 @@
 	    function isEnabled()
 	    {
 	        return $this->pluginEnabled;
-	    }		
+	    }
+
+        function getPluginConfigurationKeys(){
+            return (Array(
+                        Array("name" => "plugin_hostblock_enabled",
+                              "type" => "boolean"),
+                          ));
+        }
+
 	}  
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list