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

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

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

revision 2176 by persson, Sun Nov 22 10:03:14 2009 UTC revision 2177 by persson, Fri Jun 3 09:36:49 2011 UTC
# Line 141  Line 141 
141    
142                          <h2>                          <h2>
143              <?php              <?php
144                if (isset($HTTP_GET_VARS['subproject']))                if (isset($_GET['subproject']))
145                    echo $HTTP_GET_VARS['subproject'];                    echo $_GET['subproject'];
146              ?>              ?>
147              CVS History              CVS History
148              </h2>              </h2>
149    
150              <p class="default">              <p class="default">
151                <?php                <?php
152                  if (isset($HTTP_GET_VARS['subproject'])) {                  if (isset($_GET['subproject'])) {
153                      if (                      if (
154                          $HTTP_GET_VARS['subproject'] == "linuxsampler" ||                          $_GET['subproject'] == "linuxsampler" ||
155                          $HTTP_GET_VARS['subproject'] == "qsampler" ||                          $_GET['subproject'] == "qsampler" ||
156                          $HTTP_GET_VARS['subproject'] == "jsampler" ||                          $_GET['subproject'] == "jsampler" ||
157                          $HTTP_GET_VARS['subproject'] == "gigedit" ||                          $_GET['subproject'] == "gigedit" ||
158                          $HTTP_GET_VARS['subproject'] == "libgig" ||                          $_GET['subproject'] == "libgig" ||
159                          $HTTP_GET_VARS['subproject'] == "liblscp" ||                          $_GET['subproject'] == "liblscp" ||
160                          $HTTP_GET_VARS['subproject'] == "jlscp"                          $_GET['subproject'] == "jlscp"
161                      ) {                      ) {
162                          readfile("http://cvs.linuxsampler.org/log/" . $HTTP_GET_VARS['subproject'] . "_history.html");                          readfile("log/" . $_GET['subproject'] . "_history.html");
163                      }                      }
164                  }                  }
165                ?>                ?>

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

  ViewVC Help
Powered by ViewVC