b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: admin ] [ index: admin ] [ all elements ]

Source for file b2login.php

Documentation is available at b2login.php

  1. <?php
  2. /**
  3.  * Placeholder for old login page
  4.  *
  5.  * b2evolution - {@link http://b2evolution.net/}
  6.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  7.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  8.  *
  9.  * @package admin
  10.  * @deprecated In b2evolution, you do not need to point to the b2login.php page to log in.
  11.  */
  12.  
  13. /**
  14.  * Includes:
  15.  */
  16. require_once(dirname(__FILE__).'/../conf/_config.php');
  17. require_once(dirname(__FILE__)."/$admin_dirout/$core_subdir/_main.php");
  18. ?>
  19. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php locale_lang(?>" lang="<?php locale_lang(?>">
  21. <head>
  22.     <meta http-equiv="Content-Type" content="text/html; charset=<?php locale_charset(?>" />
  23.     <title><?php echo T_('b2evo'?> &gt; <?php echo T_('Login...'?></title>
  24. </head>
  25. <body>
  26. <p><?php echo T_('In b2evolution, you do not need to point to the b2login.php page to log in.'?></p>
  27. <p><?php printfT_('Simply point directly to the backoffice page you need, for example: %s or %s. b2evo will prompt you to log in if needed.')'<a href="b2edit.php">b2edit.php</a>''<a href="b2browse.php">b2browse.php</a>' )?></p>
  28. </body>
  29. </html>

Documentation generated on Tue, 20 May 2008 01:51:21 +0200 by phpDocumentor 1.4.2