[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/ -> register.php (source)

   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  ?>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics