diff --git a/documentation_page.php b/documentation_page.php index 4f8ce605b8..e8b03f6c35 100644 --- a/documentation_page.php +++ b/documentation_page.php @@ -6,7 +6,7 @@ # See the README and LICENSE files for details # -------------------------------------------------------- - # $Id: documentation_page.php,v 1.19 2004-01-11 07:16:06 vboctor Exp $ + # $Id: documentation_page.php,v 1.20 2004-08-08 13:49:25 prichards Exp $ # -------------------------------------------------------- ?> @@ -18,7 +18,7 @@ # get the phpinfo() content ob_start(); - phpinfo(); + phpinfo( 79 ); $content = ob_get_contents(); ob_end_clean();