diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-08-01 16:15:36 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-08-01 16:15:36 +0000 |
commit | b5a9c86e7ea9889d7f36b918b60e51c494d78648 (patch) | |
tree | 3b9ba545d65ad0263a4a8024ee66ea16e9f9ed11 | |
parent | f4eb27763b8b342129f83eb9bb2bc858888f1ed9 (diff) | |
download | forums-b5a9c86e7ea9889d7f36b918b60e51c494d78648.tar forums-b5a9c86e7ea9889d7f36b918b60e51c494d78648.tar.gz forums-b5a9c86e7ea9889d7f36b918b60e51c494d78648.tar.bz2 forums-b5a9c86e7ea9889d7f36b918b60e51c494d78648.tar.xz forums-b5a9c86e7ea9889d7f36b918b60e51c494d78648.zip |
Damn missing SID
git-svn-id: file:///svn/phpbb/trunk@2804 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/admin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index fe80891ab0..1ac60dbf35 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -53,7 +53,7 @@ if ( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'top' ) <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> - <td><a href="../" target="_top"><img src="images/header_left.jpg" width="200" height="60" alt="phpBB Logo" title="phpBB Logo" border="0"/></a></td> + <td><a href="../index.<?php echo $phpEx . $SID; ?>" target="_top"><img src="images/header_left.jpg" width="200" height="60" alt="phpBB Logo" title="phpBB Logo" border="0"/></a></td> <td width="100%" background="images/header_bg.jpg" height="60" align="right" nowrap="nowrap"><span class="maintitle"><?php echo $lang['Admin_title']; ?></span> </td> </tr> </table> |