b2evolution

Multilingual multiuser multiblog engine

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

Source for file phpinfo.php

Documentation is available at phpinfo.php

  1. <?php
  2. /**
  3.  * This is simply displayind standard phpinfo
  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 install
  10.  */
  11. ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  12. <html>
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  15. </head>
  16.  
  17. <body>
  18. <?php phpinfo();?>
  19.  
  20. </body>
  21. </html>

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