Source for file phpinfo.php

Documentation is available at phpinfo.php

  1. <?
  2. /**
  3. * phpinfo.php
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation; either version 2 of the License, or
  8. * (at your option) any later version.
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. * @package generator
  14. * @author Stephan Raabe
  15. */
  16. ?>
  17. <html>
  18. <head>
  19. <title>openEngine - PHP Info</title>
  20. </head>
  21. <body bgcolor="White" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
  22. <? echo phpinfo(); ?>
  23. </body>
  24. </html>

Documentation generated on Tue, 16 Aug 2005 17:33:06 +0200 by phpDocumentor 1.3.0RC3