[pLog-svn] r4217 - plog/trunk
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Mon Oct 30 23:09:53 GMT 2006
Author: oscar
Date: 2006-10-30 23:09:52 +0000 (Mon, 30 Oct 2006)
New Revision: 4217
Modified:
plog/trunk/register.php
Log:
register.php working again
Modified: plog/trunk/register.php
===================================================================
--- plog/trunk/register.php 2006-10-30 22:12:07 UTC (rev 4216)
+++ plog/trunk/register.php 2006-10-30 23:09:52 UTC (rev 4217)
@@ -8,10 +8,10 @@
define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
}
- include_once( PLOG_CLASS_PATH."class/summary/controller/registrationcontroller.class.php" );
include_once( PLOG_CLASS_PATH."class/bootstrap.php" );
- include_once( PLOG_CLASS_PATH."class/misc/version.class.php" );
- include_once( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
+ lt_include( PLOG_CLASS_PATH."class/summary/controller/registrationcontroller.class.php" );
+ lt_include( PLOG_CLASS_PATH."class/misc/version.class.php" );
+ lt_include( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
// initialiaze the session
SessionManager::init();
More information about the pLog-svn
mailing list