- Timestamp:
- 10/31/2025 05:52:50 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/slack/security-team.php
r3587 r14583 63 63 64 64 // Confirm it came from the Trac server. 65 if ( $_GET['token'] !== API_TOKEN) {65 if ( ! hash_equals( API_TOKEN, $_GET['token'] ?? '' ) ) { 66 66 exit; 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.