[pLog-svn] r4404 - in plog/trunk: . plugins

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Dec 19 02:58:41 GMT 2006


Author: jondaley
Date: 2006-12-19 02:58:39 +0000 (Tue, 19 Dec 2006)
New Revision: 4404

Added:
   plog/trunk/plugins/badbehavior/
Modified:
   plog/trunk/index.php
Log:
install bad behavior by default

Modified: plog/trunk/index.php
===================================================================
--- plog/trunk/index.php	2006-12-19 02:40:46 UTC (rev 4403)
+++ plog/trunk/index.php	2006-12-19 02:58:39 UTC (rev 4404)
@@ -7,6 +7,7 @@
     }
 
     include_once( PLOG_CLASS_PATH."class/bootstrap.php" );    
+    lt_include( PLOG_CLASS_PATH."plugins/badbehavior/index.inc.php" );
     lt_include( PLOG_CLASS_PATH."class/controller/blogcontroller.class.php" );
     lt_include( PLOG_CLASS_PATH."class/net/http/session/sessionmanager.class.php" );
     lt_include( PLOG_CLASS_PATH."class/dao/userinfo.class.php" );

Copied: plog/trunk/plugins/badbehavior (from rev 4403, plugins/branches/lifetype-1.1/badbehavior)



More information about the pLog-svn mailing list