Skip to content

Commit c31d94a

Browse files
author
Lee Kwang Chin
committed
merge changes
1 parent 075a024 commit c31d94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class.GitHubHook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class GitHubHook
4040
* @var array GitHub's IP addresses for hooks.
4141
* @since 1.1
4242
*/
43-
private $_ips = array('207.97.227.253', '50.57.128.197', '108.171.174.178', '50.57.231.61', '54.235.183.49', '54.235.183.23', '54.235.118.251', '54.235.120.57', '54.235.120.61', '54.235.120.62');
43+
private $_ips = array('54.235.183.49', '54.235.183.23', '54.235.118.251', '54.235.120.57', '54.235.120.61', '54.235.120.62');
4444

4545
/**
4646
* Constructor.

0 commit comments

Comments
 (0)