Navigation Menu

Skip to content

Commit

Permalink
Fix 4276: We'll do this instead
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2828 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
mantis committed Aug 8, 2004
1 parent a9c21e3 commit 0d9faa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation_page.php
Expand Up @@ -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 $
# --------------------------------------------------------
?>
<?php require_once( 'core.php' ) ?>
Expand All @@ -18,7 +18,7 @@

# get the phpinfo() content
ob_start();
phpinfo();
phpinfo( 79 );
$content = ob_get_contents();
ob_end_clean();

Expand Down

0 comments on commit 0d9faa1

Please sign in to comment.