[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 /** 4 * This script handles the registration process. 5 */ 6 7 if (!defined( "PLOG_CLASS_PATH" )) { 8 define( "PLOG_CLASS_PATH", dirname(__FILE__)."/"); 9 } 10 11 include_once ( PLOG_CLASS_PATH."class/bootstrap.php" ); 12 lt_include( PLOG_CLASS_PATH."class/summary/controller/registrationcontroller.class.php" ); 13 lt_include( PLOG_CLASS_PATH."class/misc/version.class.php" ); 14 lt_include( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" ); 15 16 // initialiaze the session 17 SessionManager::init(); 18 19 // and the registration/sequential controller 20 $r = new RegistrationController(); 21 $r->process( HttpVars::getRequest()); 22 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |