The branch, master has been updated
via f92e77bcc969366d0c6097a59a1f58409c38944a (commit)
via 563143a9bc739657e8fea61e7ccc81e4425aa4a8 (commit)
from 715b0b86b564ad8d625914110b802aaf4bb915fd (commit)
- Log -----------------------------------------------------------------
commit f92e77bcc969366d0c6097a59a1f58409c38944a
Author: Michal Čihař <[email protected]>
Date: Tue Feb 8 16:30:59 2011 +0100
Use utf-8 for this file as well, though it is not used right now
commit 563143a9bc739657e8fea61e7ccc81e4425aa4a8
Author: Michal Čihař <[email protected]>
Date: Tue Feb 8 16:30:34 2011 +0100
No need for require_once
-----------------------------------------------------------------------
Summary of changes:
changelog.php | 2 +-
license.php | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/changelog.php b/changelog.php
index ad45e62..5c42e67 100644
--- a/changelog.php
+++ b/changelog.php
@@ -9,7 +9,7 @@
/**
* Gets core libraries and defines some variables
*/
-require_once './libraries/common.inc.php';
+require './libraries/common.inc.php';
$filename = CHANGELOG_FILE;
diff --git a/license.php b/license.php
index 851b52c..2a5dc97 100644
--- a/license.php
+++ b/license.php
@@ -12,12 +12,12 @@
/**
* Gets core libraries and defines some variables
*/
-require_once './libraries/common.inc.php';
+require './libraries/common.inc.php';
/**
*
*/
-header('Content-type: text/plain; charset=iso-8859-1');
+header('Content-type: text/plain; charset=utf-8');
$filename = LICENSE_FILE;
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git