Skip to content

Commit

Permalink
...and another forgotten require_once
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1774 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Jeroen Latour committed Jan 25, 2003
1 parent e9ec842 commit 97f3c12
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions summary_page.php
Expand Up @@ -5,7 +5,13 @@
# This program is distributed under the terms and conditions of the GPL
# See the README and LICENSE files for details
?>
<?php require_once( 'core.php' ) ?>
<?php
require_once( 'core.php' );

$t_core_path = config_get( 'core_path' );

require_once( $t_core_path.'summary_api.php' );
?>
<?php login_cookie_check() ?>
<?php
# if user below view summary threshold, then re-direct to mainpage.
Expand Down Expand Up @@ -189,9 +195,7 @@
</tr>
</table>
</td>
<td>
&nbsp;
</td>
<td>&nbsp;</td>
</tr>
<tr valign="top">
<td>
Expand Down

0 comments on commit 97f3c12

Please sign in to comment.