mirror of https://github.com/itflow-org/itflow
Forgot to add a pattern for expires on
This commit is contained in:
parent
56b0eafe2b
commit
738c83378c
|
|
@ -1232,7 +1232,8 @@ function getDomainExpirationDate($domain) {
|
|||
'/renewal date: (.+)/',
|
||||
'/Expires On: (.+)/',
|
||||
'/paid-till: (.+)/',
|
||||
'/Expiration Time: (.+)/'
|
||||
'/Expiration Time: (.+)/',
|
||||
'/\[Expires on\]\s+(.+)/' // New pattern 1 for "Expires on"
|
||||
];
|
||||
|
||||
// Known date formats
|
||||
|
|
|
|||
Loading…
Reference in New Issue