Files
sld-web-health-check/index.php
2026-02-11 23:08:41 +00:00

6 lines
150 B
PHP
Executable File

<?php
include("config/init.php");
include(TEMP_FOLD . "header.php");
include(ROOT_DIR . "mainpage.php");
include(TEMP_FOLD . "footer.php");
?>