b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ 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 displaying 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-2010 by Francois PLANQUE - {@link http://fplanque.net/}
  8.  *
  9.  * @package install
  10.  */
  11.  
  12. header('Content-Type: text/html; charset=iso-8859-1');
  13. ?>
  14. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  15. <html>
  16. <head>
  17.     <title>phpinfo()</title>
  18. </head>
  19. <body>
  20. <?php phpinfo()?>
  21. </body>
  22. </html>

Documentation generated on Sat, 06 Mar 2010 03:56:25 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).