- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippMonitor/raw/getimage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippMonitor/raw/getimage.php
r24394 r27840 60 60 if ($debug) { 61 61 exec ("which ipp_filename.pl", $output, $status); 62 echo "output: $output[0]<br>"; 62 echo "which ipp_filename.pl output:<br>"; 63 for ($i = 0; $i < count($output); $i++) { 64 echo "output $i: $output[$i]<br>"; 65 } 63 66 echo "status: $status<br>"; 64 67 65 68 exec ("whoami", $output, $status); 66 echo "output: $output[0]<br>"; 69 echo "which whoami output:<br>"; 70 for ($i = 0; $i < count($output); $i++) { 71 echo "output $i: $output[$i]<br>"; 72 } 67 73 echo "status: $status<br>"; 68 74 }
Note:
See TracChangeset
for help on using the changeset viewer.
