Changeset 43010
- Timestamp:
- May 3, 2026, 2:53:27 PM (4 days ago)
- Location:
- branches/eam_branches/ipp-pstamp-20260421/pstamp
- Files:
-
- 2 edited
-
install-cgi.sh (modified) (1 diff)
-
web/status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh
r43003 r43010 8 8 9 9 foreach f ( web/*.php ) 10 rsync - uv $f $PS_WEB/10 rsync -auv $f $PS_WEB/ 11 11 end 12 12 13 13 foreach f ( web/*.cgi ) 14 rsync - uv $f $PS_CGI/14 rsync -auv $f $PS_CGI/ 15 15 end 16 16 17 17 foreach f (scripts/pstamp_runcommand.sh scripts/pstamp_webrequest.pl) 18 rsync - uv $f $PS_BIN/18 rsync -auv $f $PS_BIN/ 19 19 end -
branches/eam_branches/ipp-pstamp-20260421/pstamp/web/status.php
r42996 r43010 95 95 if ($command) { 96 96 $command = escapeshellcmd($command); 97 // echo "<br />command:<br />$command";97 // echo "<br />command:<br />$command"; 98 98 echo "<br />"; 99 99 exec($command, $output, $command_status);
Note:
See TracChangeset
for help on using the changeset viewer.
