00001 <?php
00002
00007 if (!defined( "PLOG_CLASS_PATH" )) {
00008 define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
00009 }
00010
00011 include_once( PLOG_CLASS_PATH."class/bootstrap.php" );
00012 lt_include( PLOG_CLASS_PATH."class/summary/controller/registrationcontroller.class.php" );
00013 lt_include( PLOG_CLASS_PATH."class/misc/version.class.php" );
00014 lt_include( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
00015
00016
00017 SessionManager::init();
00018
00019
00020 $r = new RegistrationController();
00021 $r->process( HttpVars::getRequest());
00022 ?>