This commit is contained in:
fencl
2024-01-02 12:54:03 +01:00
parent 934164544e
commit 11f54265c4
521 changed files with 0 additions and 67197 deletions

View File

@@ -1,24 +0,0 @@
<?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';
?>