Discussion:
svn: /pear/pearweb/trunk/public_html/ index.php
Helgi Þormar Þorbjörnsson
2011-06-08 21:49:46 UTC
Permalink
dufuz Wed, 08 Jun 2011 21:49:46 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311952

Log:
Use Ohloh over https by default so we can serve up all of pear.php.net over SSL if we want to.

Changed paths:
U pear/pearweb/trunk/public_html/index.php

Modified: pear/pearweb/trunk/public_html/index.php
===================================================================
--- pear/pearweb/trunk/public_html/index.php 2011-06-08 21:41:28 UTC (rev 311951)
+++ pear/pearweb/trunk/public_html/index.php 2011-06-08 21:49:46 UTC (rev 311952)
@@ -68,7 +68,7 @@
$RSIDEBAR_DATA .= '<table class="sidebar-releases">' . "\n";
foreach ($proposals as $proposal) {
$RSIDEBAR_DATA .= "<tr><td>";
- $RSIDEBAR_DATA .= make_link('/pepr/pepr-proposal-show.php?id=' . $proposal->id, wordwrap($proposal->pkg_category . '::' . $proposal->pkg_name,25,"\n",1));
+ $RSIDEBAR_DATA .= make_link('/pepr/pepr-proposal-show.php?id=' . $proposal->id, wordwrap($proposal->pkg_category . '::' . $proposal->pkg_name,25,"\n",1));
$RSIDEBAR_DATA .= '<br />by ' . make_link('/user/' . htmlspecialchars($proposal->user_handle), $proposal->user_handle);

$RSIDEBAR_DATA .= '</td></tr>';
@@ -145,7 +145,7 @@
</div>
<h2>PEAR Community</h2>
<div style="float: left">
-<script type="text/javascript" src="http://www.ohloh.net/p/3322/widgets/project_basic_stats.js"></script>
+<script type="text/javascript" src="https://www.ohloh.net/p/3322/widgets/project_basic_stats.js"></script>
</div>
<h3>Need help?</h3>
<p>You can find help and <a href="/support/">support</a> on our <a href="http://pear.php.net/support/lists.php">mailing lists</a>, and <a href="irc://irc.efnet.org/pear">IRC channel</a></p>
@@ -153,4 +153,3 @@

<?php
response_footer();
-

Loading...