- Timestamp:
- 10/31/2025 05:52:50 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/slack/committers.php
r1787 r14583 7 7 require dirname( dirname( __DIR__ ) ) . '/includes/slack-config.php'; 8 8 9 if ( $_POST['token'] !== WEBHOOK_TOKEN) {9 if ( ! hash_equals( WEBHOOK_TOKEN, $_POST['token'] ) ) { 10 10 return; 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.