Changeset 40 for trunk/gridctl.php
- Timestamp:
- Apr 28, 2019, 3:00:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gridctl.php
r39 r40 1001 1001 // Try to avoid spam filters 1002 1002 $now = time(); 1003 $tnow = date( 'Y-m-d H:i:s' ); 1003 1004 $headers .= "Message-ID: <" . $now . "gridctl@$dbhost>$requestID\n"; 1004 1005 $headers .= "X-Mailer: PHP v" . phpversion() . "\n"; … … 1010 1011 UltraScan job error notification from gridctl.php: 1011 1012 1012 Update Time : $updateTime [ now=$ now ]1013 Update Time : $updateTime [ now=$tnow ] 1013 1014 GFAC Status : $status 1014 1015 Cluster : $cluster
Note:
See TracChangeset
for help on using the changeset viewer.