Last fixing of the day
This commit is contained in:
@@ -17,6 +17,14 @@
|
|||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//WEBSITE CONFIG
|
||||||
|
define('WEBSITE_NAME', "SLD WEB HEALTH CHECK");
|
||||||
|
|
||||||
|
//SSL CONFIG
|
||||||
|
define('SSL_WARNING_DAYS', 10);
|
||||||
|
define('SSL_CRITICAL_DAYS', 5);
|
||||||
|
|
||||||
|
|
||||||
//FOLDERS
|
//FOLDERS
|
||||||
define("FUNC_FOLD", ROOT_DIR . "functions/");
|
define("FUNC_FOLD", ROOT_DIR . "functions/");
|
||||||
define("TEMP_FOLD", ROOT_DIR . "template/");
|
define("TEMP_FOLD", ROOT_DIR . "template/");
|
||||||
@@ -38,9 +46,7 @@
|
|||||||
define("JSON_WEB_LIST", ROOT_DIR . "web_list.json");
|
define("JSON_WEB_LIST", ROOT_DIR . "web_list.json");
|
||||||
define("JSON_WEB_CHECK", ROOT_DIR . "web_check.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);
|
include(MAIN_FUNCTION);
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="main-title">SLD WEB HEALTH CHECK</h1>
|
<h1 class="main-title"><?= WEBSITE_NAME ?></h1>
|
||||||
</header>
|
</header>
|
||||||
<div id="main-container" class="main-container">
|
<div id="main-container" class="main-container">
|
||||||
Reference in New Issue
Block a user