IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28156


Ignore:
Timestamp:
May 28, 2010, 8:58:17 AM (16 years ago)
Author:
rhenders
Message:

Added 'update' server to list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_servers.php

    r28148 r28156  
    3232putenv("LD_LIBRARY_PATH=$LIBDIR:$LD_LIBRARY_PATH");
    3333
    34 $servers=array("addstar", "cleanup", "detrend", "distribution", "pstamp", "publishing", "registration", "replication", "stdscience", "summitcopy");
     34$servers=array(
     35        "addstar",
     36        "cleanup",
     37        "detrend",
     38        "distribution",
     39        "pstamp",
     40        "update",
     41        "publishing",
     42        "registration",
     43        "replication",
     44        "stdscience",
     45        "summitcopy");
     46
    3547// set up the form
    3648echo "<form action=\"czartool_servers.php\" method=\"POST\">\n";
Note: See TracChangeset for help on using the changeset viewer.