IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43047


Ignore:
Timestamp:
Jun 1, 2026, 10:06:42 AM (7 weeks ago)
Author:
eugene
Message:

add simtest as an option : make this deployment dependent somehow?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/pstamp/web/request.php

    r43007 r43047  
    3030
    3131// set to 1 to print command line and to change label to TEST
    32 $TESTING = 0;
     32$TESTING = 1;
    3333
    3434$request_id = 0;
     
    107107    $mops_selected = "selected";
    108108    $require_component = 0;
    109 } else { //    if ($rvar_project == "simtest") {
     109} else if ($rvar_project == "simtest") {
    110110    $simtest_selected = "selected";
    111111    $require_component = 0;
     
    615615           <option <?php echo $gpc1_selected;?> >gpc1
    616616           <option <?php echo $gpc2_selected;?> >gpc2
     617           <option <?php echo $simtest_selected;?> >simtest
    617618<!--
    618619           <option <?php echo $mops_selected;?> >megacam-mops
    619            <option <?php echo $simtest_selected;?> >simtest
    620620-->
    621621        </td>
Note: See TracChangeset for help on using the changeset viewer.