require_once('../eshop/byb-inc-eshop-session-start.php');
//$BybKnvSession=Byb_KnvOpen(VOL_BYBLIOS);
$BybKnvSession=Byb_KnvOpen($EshopProfil->Profil_Get('VOL_BYBLIOS'));
?>
Ctrl
if (isset($_REQUEST['Action']))
{
if ($_REQUEST['Action']=='RESET')
{
unset($_SESSION['SessionClientIdent']);
unset($_SESSION['SessionClientPanier']);
unset($_SESSION['SessionEshopContent']);
unset($_SESSION['SessionEshopAchats']);
unset($_SESSION['SessionEshopProfil']);
print '';
}
}
if (isset($_REQUEST['URL']))
/*Utilisation :
*/
{
print '
URL courante :'.$_REQUEST['URL'].'
';
//print 'retour ';
print 'retour vers '.$_REQUEST['URL'].' ';
}
//print '';
// Page Précédente
?>