Commit: 362df9a7de81260bec6deee307f28201a0a7c170 Author: Daniel P. Brown <[email protected]> Wed, 10 Oct 2012 12:50:11 -0400 Parents: 9ac013582572b10e6685206b66a56d7ee50408c6 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=362df9a7de81260bec6deee307f28201a0a7c170 Log: Remove the 'not all content is secure' warning from browsers by removing static protocol. Changed paths: M include/functions.inc Diff: diff --git a/include/functions.inc b/include/functions.inc index 8e7764a..34d8b58 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -24,7 +24,7 @@ function head($title="",$private=1) { // Default to $private == true to permit n <title>PHP: <?php echo $title ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link type="text/css" media="all" rel="stylesheet" href="/style.css" /> - <link rel="shortcut icon" href="http://php.net/favicon.ico" /> + <link rel="shortcut icon" href="//php.net/favicon.ico" /> </head> <body> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
