This commit is contained in:
fencl
2024-01-02 13:01:29 +01:00
parent 386622df5d
commit 8f430d7adf
974 changed files with 190 additions and 128613 deletions

24
index.php Executable file
View File

@@ -0,0 +1,24 @@
<?php
include './config/global_config.php';
$global = new Global_conf();
if($global->offline==NULL) {
//echo "//Conf is not connected//";
}
else {
// echo "//Conf is connected//";
}
include './web_parts/header.php';
//include './web_parts/loading.php';
// |
/* --> */ include './web_parts/home.php';
include './web_parts/footer.php';
?>