Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.shinegis.mu
/
htdocs
/
/srv/data/web/vhosts/www.shinegis.mu/htdocs/index.php
<?php session_start(); ?> <?php include "config/company.php"; ?> <?php include "config/router.php"; ?> <?php include "functions/functions.php"; ?> <!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <title><?= $conf_title ?></title> <meta name="description" content="<?= $conf_description ?>"> <meta name="keywords" content="<?= $conf_keywords ?>"> <link rel="shortcut icon" href="<?= asset("img/favicon.png") ?>" type="image/png"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="<?= asset("css/bootstrap.min.css"); ?>"> <link rel="stylesheet" href="<?= asset("css/style.css"); ?>"> </head> <body> <div id="notification_sandbox"> <?php printNotification($lang); ?> </div> <div id="page-wrapper"> <?php include $page ?> </div> <?php include("modules/footer.php"); ?> <?php include("js.php"); ?> </body> </html>