[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/skins_adm/login/ -> _reg_disabled.main.php (source)

   1  <?php
   2  /**

   3   * This is the registration form when disabled

   4   *

   5   * This file is part of the evoCore framework - {@link http://evocore.net/}

   6   * See also {@link http://sourceforge.net/projects/evocms/}.

   7   *

   8   * @copyright (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/}

   9   *

  10   * {@internal License choice

  11   * - If you have received this file as part of a package, please find the license.txt file in

  12   *   the same folder or the closest folder above for complete license terms.

  13   * - If you have received this file individually (e-g: from http://evocms.cvs.sourceforge.net/)

  14   *   then you must choose one of the following licenses before using the file:

  15   *   - GNU General Public License 2 (GPL) - http://www.opensource.org/licenses/gpl-license.php

  16   *   - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php

  17   * }}

  18   *

  19   * {@internal Open Source relicensing agreement:

  20   * }}

  21   *

  22   * @package htsrv

  23   *

  24   * {@internal Below is a list of authors who have contributed to design/coding of this file: }}

  25   * @author fplanque: Francois PLANQUE.

  26   */
  27  if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
  28  
  29  
  30  /**

  31   * Include page header:

  32   */
  33  $page_title = T_('Registration Currently Disabled');
  34  require dirname(__FILE__).'/_html_header.inc.php';
  35  
  36  echo '<p class="error">'.T_('User registration is currently not allowed.').'</p>';
  37  
  38  ?>
  39  <p class="center">
  40      <a href="<?php echo $baseurl ?>" ><?php echo T_('Home') ?></a>
  41  </p>
  42  
  43  <?php
  44  require dirname(__FILE__).'/_html_footer.inc.php';
  45  
  46  /*

  47   * $Log: _reg_disabled.main.php,v $

  48   * Revision 1.2  2007/09/23 18:55:17  fplanque

  49   * attempting to debloat. The Log class is insane.

  50   *

  51   * Revision 1.1  2007/06/25 11:02:39  fplanque

  52   * MODULES (refactored MVC)

  53   *

  54   * Revision 1.4  2007/04/26 00:11:10  fplanque

  55   * (c) 2007

  56   *

  57   * Revision 1.3  2006/11/24 18:27:26  blueyed

  58   * Fixed link to b2evo CVS browsing interface in file docblocks

  59   *

  60   * Revision 1.2  2006/04/19 20:13:52  fplanque

  61   * do not restrict to :// (does not catch subdomains, not even www.)

  62   *

  63   */
  64  ?>


Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics