Changeset 824 for trunk/Common/Global.php
- Timestamp:
- Apr 4, 2016, 8:41:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r803 r824 365 365 if($Delay < 0) $Delay = 0; 366 366 367 echo('Waiting '.$Delay.' seconds...'."\n");367 echo('Waiting remaining '.$Delay.' of '.$Period.' seconds...'."\n"); 368 368 sleep($Delay); 369 369 }
Note:
See TracChangeset
for help on using the changeset viewer.