Changeset 43047
- Timestamp:
- Jun 1, 2026, 10:06:42 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/web/request.php
r43007 r43047 30 30 31 31 // set to 1 to print command line and to change label to TEST 32 $TESTING = 0;32 $TESTING = 1; 33 33 34 34 $request_id = 0; … … 107 107 $mops_selected = "selected"; 108 108 $require_component = 0; 109 } else { //if ($rvar_project == "simtest") {109 } else if ($rvar_project == "simtest") { 110 110 $simtest_selected = "selected"; 111 111 $require_component = 0; … … 615 615 <option <?php echo $gpc1_selected;?> >gpc1 616 616 <option <?php echo $gpc2_selected;?> >gpc2 617 <option <?php echo $simtest_selected;?> >simtest 617 618 <!-- 618 619 <option <?php echo $mops_selected;?> >megacam-mops 619 <option <?php echo $simtest_selected;?> >simtest620 620 --> 621 621 </td>
Note:
See TracChangeset
for help on using the changeset viewer.
