Files
Web-Infra-Reports-IT/include/all.php
2024-03-12 16:38:16 +01:00

7 lines
273 B
PHP

<?php
include $_SERVER['DOCUMENT_ROOT']."/include/constants.inc.php";
include $_SERVER['DOCUMENT_ROOT']."/include/db_connect.inc.php";
include $_SERVER['DOCUMENT_ROOT']."/include/function.inc.php";
include $_SERVER['DOCUMENT_ROOT']."/include/modal_wait.html";
?>