Add headers to ChangeLog display.

This commit is contained in:
Michal Čihař
2004-06-24 09:24:46 +00:00
parent a74d403b07
commit 77d62c4a7c
3 changed files with 12 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2004-06-24 Michal Čihař <michal@cihar.com>
* main.php, changelog.php: Add headers to ChangeLog display.
2004-06-23 Marc Delisle <lem9@users.sourceforge.net> 2004-06-23 Marc Delisle <lem9@users.sourceforge.net>
* many files: remove references to older /images, and * many files: remove references to older /images, and
erase /images contents erase /images contents

8
changelog.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
// Simple script to set correct charset for changelog
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
header('Content-type: text/plain; charset=utf-8');
readfile('ChangeLog');
?>

View File

@@ -649,7 +649,7 @@ echo "\n";
echo '<td><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' . '" width="1" height="1" border="0" /></td>'; echo '<td><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' . '" width="1" height="1" border="0" /></td>';
?> ?>
<td nowrap="nowrap"> <td nowrap="nowrap">
[<a href="ChangeLog" target="_blank">ChangeLog</a>] [<a href="changelog.php" target="_blank">ChangeLog</a>]
&nbsp;&nbsp;&nbsp;[<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmyadmin/phpMyAdmin/" target="_blank">CVS</a>] &nbsp;&nbsp;&nbsp;[<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmyadmin/phpMyAdmin/" target="_blank">CVS</a>]
&nbsp;&nbsp;&nbsp;[<a href="http://sourceforge.net/mail/?group_id=23067" target="_blank">Lists</a>] &nbsp;&nbsp;&nbsp;[<a href="http://sourceforge.net/mail/?group_id=23067" target="_blank">Lists</a>]
</td> </td>