The branch, master has been updated via f92e77bcc969366d0c6097a59a1f58409c38944a (commit) via 563143a9bc739657e8fea61e7ccc81e4425aa4a8 (commit) from 715b0b86b564ad8d625914110b802aaf4bb915fd (commit)
- Log ----------------------------------------------------------------- commit f92e77bcc969366d0c6097a59a1f58409c38944a Author: Michal Čihař mcihar@novell.com 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ř mcihar@novell.com 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