Changeset 1604656
- Timestamp:
- 02/27/2017 04:34:32 PM (9 years ago)
- File:
-
- 1 edited
-
access-watch/trunk/includes/http-time.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
access-watch/trunk/includes/http-time.php
r1580493 r1604656 7 7 function access_watch_http_request_start( $preempt, $r, $url) { 8 8 global $access_watch_http_requests; 9 error_log($url);10 9 $access_watch_http_requests[$url] = microtime(true); 11 10 return $preempt;
Note: See TracChangeset
for help on using the changeset viewer.