- 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/announce.php
r14280 r14583 30 30 // WEBHOOK_TOKEN_1, WEBHOOK_TOKEN_2, etc. 31 31 while ( defined( __NAMESPACE__ . '\\WEBHOOK_TOKEN_' . ++$i ) ) { 32 if ( constant( __NAMESPACE__ . '\\WEBHOOK_TOKEN_' . $i ) === $_POST['token']) {32 if ( hash_equals( constant( __NAMESPACE__ . '\\WEBHOOK_TOKEN_' . $i ), $_POST['token'] ) ) { 33 33 run( $_POST ); 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.