mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Forgot to add a pattern for expires on
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user