Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
admin
/
[
Home
]
File: accueil.php.old
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); include("../../inc/salutations.inc.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CCPSA Interface administrateur</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> <!-- @import url("../../css/form_common.css"); --> </style> </head> <body> <div id="page" class="clearfix"> <h1>GESTION DU SITE CCPSA</h1> <h5>Interface Administrateur.<br /> Session ouverte pour : <?php echo ucfirst($LePrenom).' '.strtoupper($LeNom); ?>.</h5> <p><center><img src='../trombin/<?php echo ucfirst($LePrenom).' '.strtoupper($LeNom); ?>.jpg 'height='150px'/></center></p> <hr /> <p><center><?php include("../../inc/menu.inc.php");?></center></p> <hr /> <!--MENU BAS--> <p><center><a href="../../index.php" class="xlink">Retour Accueil du Site</a></center><p> <!--FIN MENU BAS--> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team