IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43077


Ignore:
Timestamp:
Sep 3, 2026, 1:59:07 PM (3 weeks ago)
Author:
eugene
Message:

add debug info

File:
1 edited

Legend:

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

    r43010 r43077  
    9292$command = "$SCRIPT pstamp_server_status";
    9393
     94// echo "<br><b>running command $command<br></b>";
    9495
    9596if ($command) {
    … …  
    100101    if ($command_status == 0) {
    101102        // it worked!
    102 //        echo "<pre>\n";
     103        // echo "<pre>\n";
    103104        for ($i=0; $i< count($output); $i++) {
    104105            // echo "$output[$i]<br />\n";
Note: See TracChangeset for help on using the changeset viewer.