/[svn]/web/trunk/www.linuxsampler.org/svnhistory.php
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/svnhistory.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

web/trunk/www.linuxsampler.org/cvshistory.php revision 2177 by persson, Fri Jun 3 09:36:49 2011 UTC web/trunk/www.linuxsampler.org/svnhistory.php revision 2750 by schoenebeck, Wed Apr 29 11:09:54 2015 UTC
# Line 133  Line 133 
133  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
134  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
135  </form>  </form>
136    <table><tr>
137    <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
138    <td>Or donate Bitcoins at:</td>
139    </tr></table>
140    <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
141    <hr>
142  <a href="donations.html">Why donate?</a>  <a href="donations.html">Why donate?</a>
143  </div>  </div>
144    
# Line 144  Line 150 
150                if (isset($_GET['subproject']))                if (isset($_GET['subproject']))
151                    echo $_GET['subproject'];                    echo $_GET['subproject'];
152              ?>              ?>
153              CVS History              Subversion History
154              </h2>              </h2>
155    
156              <p class="default">              <p class="default">
# Line 157  Line 163 
163                          $_GET['subproject'] == "gigedit" ||                          $_GET['subproject'] == "gigedit" ||
164                          $_GET['subproject'] == "libgig" ||                          $_GET['subproject'] == "libgig" ||
165                          $_GET['subproject'] == "liblscp" ||                          $_GET['subproject'] == "liblscp" ||
166                            $_GET['subproject'] == "doc" ||
167                          $_GET['subproject'] == "jlscp"                          $_GET['subproject'] == "jlscp"
168                      ) {                      ) {
169                          readfile("log/" . $_GET['subproject'] . "_history.html");                          readfile("log/" . $_GET['subproject'] . "_history.html");

Legend:
Removed from v.2177  
changed lines
  Added in v.2750

  ViewVC Help
Powered by ViewVC