Changeset 43077
- Timestamp:
- Sep 3, 2026, 1:59:07 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/web/status.php
r43010 r43077 92 92 $command = "$SCRIPT pstamp_server_status"; 93 93 94 // echo "<br><b>running command $command<br></b>"; 94 95 95 96 if ($command) { … … 100 101 if ($command_status == 0) { 101 102 // it worked! 102 //echo "<pre>\n";103 // echo "<pre>\n"; 103 104 for ($i=0; $i< count($output); $i++) { 104 105 // echo "$output[$i]<br />\n";
Note:
See TracChangeset
for help on using the changeset viewer.
