Fixed Expiry Alerts

This commit is contained in:
2026-02-12 18:00:34 +00:00
parent 5de6b80794
commit 4864cd6a3e
4 changed files with 90 additions and 14 deletions

View File

@@ -38,6 +38,10 @@
define("JSON_WEB_LIST", ROOT_DIR . "web_list.json");
define("JSON_WEB_CHECK", ROOT_DIR . "web_check.json");
//SSL CONFIG
define('SSL_WARNING_DAYS', 10);
define('SSL_CRITICAL_DAYS', 5);
include(MAIN_FUNCTION);