]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
New version check for multiple EB support
authorManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Tue, 5 Nov 2013 08:14:52 +0000 (09:14 +0100)
committerManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Tue, 5 Nov 2013 08:14:52 +0000 (09:14 +0100)
Link to TRB homepage

web/CtsPlugins/CtsModStatic.pm
web/htdocs/index.html

index 5662620565b9e77eb217635e45508884a4a6ec7b..ed0d6a52e5daa0d781f77c89f4512e94b5b8ffee 100755 (executable)
@@ -161,7 +161,7 @@ sub init {
       'export' => 1
    });
    
-   if ($prop->{'trb_compiletime'} > 1366287468) {
+   if ($prop->{'trb_compiletime'} >  1383523200) {
       eval {
          # really ugly solution, but we currently have to read the register in order
          # to verify its existing ...
index 908f42cfa8be097b6596d30680a1662852008483..5cf7c95ca63212d8c1d8f4f20b308432fa16cb1c 100755 (executable)
@@ -24,10 +24,11 @@ Welcome to your all-round DAQ monitor and control tool.
 
 <h3>Documentation</h3>
 <div class="index">
-The main documentation of the network can be found in these two documents:
+The main documentation of the network can be found in these documents and locations:
 <ul>
 <li><a href="http://jspc22.x-matter.uni-frankfurt.de/pub/trbnetdocumentation.pdf">A Users Guide to the HADES DAQ System</a>
 <li><a href="http://jspc29.x-matter.uni-frankfurt.de/docu/trb3docu.pdf">A Users Guide to the TRB3 and FPGA-TDC Based Platforms</a>
+<li><a href="http://trb.gsi.de">TRB Homepage</a></li>
 </ul>
 </div>