Branch: refs/heads/master Author: Michael Spahn michael@spahn.me Committer: Michael Spahn michael@spahn.me Date: Mon, 24 Mar 2014 12:08:31 UTC Commit: 4b32d0742cf23427d7dcea4c26173f625d74c830 https://github.com/geany/plugins.geany.org/commit/4b32d0742cf23427d7dcea4c26...
Log Message: ----------- Select md5 as default
Modified Paths: -------------- content/downloads.html
Modified: content/downloads.html 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -37,7 +37,7 @@ echo " <th>SIG</th>"; echo " <th>";
- if ($_GET['hash'] != "md5") + if ( ( $hash = $_GET['hash'] ) != "md5" || $hash == "") { echo "<a href="?site=downloads&hash=md5">MD5</a> "; }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org