Commit: a45a5660d7e5b2d36844d2e9762b9edca65d8674 Author: Arnaud Lemercier <[email protected]> Sat, 22 Jul 2017 01:20:19 +0200 Parents: f0ede2d7547c33ec7b96733acd1700df46ede222 Branches: master
Link: http://git.php.net/?p=web/news.git;a=commitdiff;h=a45a5660d7e5b2d36844d2e9762b9edca65d8674 Log: Change the default website title to "PHP Mailing Lists (PHP News)" Changed paths: M common.php Diff: diff --git a/common.php b/common.php index e7a9975..e4c3090 100644 --- a/common.php +++ b/common.php @@ -17,7 +17,7 @@ function error($str) { die(); } -function head($title="PHP news") { +function head($title="PHP Mailing Lists (PHP News)") { header("Content-type: text/html; charset=utf-8"); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
