Changes between Initial Version and Version 1 of Ticket #36317
- Timestamp:
- 03/24/2016 01:43:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36317 – Description
initial v1 41 41 $len = strlen( COOKIEPREFIX ); 42 42 if ( substr( $this->cookie, 0, $len ) === COOKIEPREFIX ) && ( false !== strpos( $this->cookie, 'test_cookie', $len ) ) { 43 return true; 43 return true; 44 } 44 45 } 45 46 }}}