Add headers to ChangeLog display.
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* many files: remove references to older /images, and
|
||||
erase /images contents
|
||||
|
8
changelog.php
Normal file
8
changelog.php
Normal 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');
|
||||
?>
|
2
main.php
2
main.php
@@ -649,7 +649,7 @@ echo "\n";
|
||||
echo '<td><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' . '" width="1" height="1" border="0" /></td>';
|
||||
?>
|
||||
<td nowrap="nowrap">
|
||||
[<a href="ChangeLog" target="_blank">ChangeLog</a>]
|
||||
[<a href="changelog.php" target="_blank">ChangeLog</a>]
|
||||
[<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmyadmin/phpMyAdmin/" target="_blank">CVS</a>]
|
||||
[<a href="http://sourceforge.net/mail/?group_id=23067" target="_blank">Lists</a>]
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user