55 lines
2.4 KiB
PHP
Executable File
55 lines
2.4 KiB
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
// on perd la session ici, car page neuve, donc je remets databaseconnect pour savoir si prod
|
|
// niveau 1 pour requete update, niveau 2 pour create et cancel
|
|
if ($niveau==1) {$includePathConf="../../_conf";include ("../../_include/dataBaseConnect.php");}
|
|
if ($niveau==2) {$includePathConf="../_conf";include ("../../../_include/dataBaseConnect.php");}
|
|
|
|
if ($bdd=='demo' || $_SESSION['ENVIRONNEMENT']=='local') {
|
|
if ($niveau==1) {include ('./adminInclude/psk.test.php');}
|
|
if ($niveau==2) {include ($includePathAdmin. '/psk/psk.test.php');}
|
|
|
|
// Abonnement mensuel profil gestionnaire
|
|
if ($_SESSION['cliOpt']==1) {$prdId='prod_LiHNmd74o23y8C';$priceId='price_1L0qotGPrFXOX5m0IJtBmwDz';}
|
|
|
|
// Abonnement annuel profil gestionnaire
|
|
if ($_SESSION['cliOpt']==2) {$prdId='prod_KmHKgQ36OuGMRU';$priceId='price_1K6iltGPrFXOX5m0STqmbyFp';}
|
|
|
|
|
|
// Abonnement mensuel profil webmaster
|
|
if ($_SESSION['cliOpt']==3) {$prdId='prod_KhK5nv9BFyDOsi';$priceId='price_1L0sE5GPrFXOX5m0ui4axF25';}
|
|
|
|
// Abonnement annuel profil webmaster
|
|
if ($_SESSION['cliOpt']==4) {$prdId='prod_LiIsdKPlJMON3o';$priceId='price_1L0sGYGPrFXOX5m0EJSvki4E';}
|
|
|
|
// Abonnement mensuel profil expert
|
|
if ($_SESSION['cliOpt']==5) {$prdId='prod_Khfforiewyj3HI';$priceId='price_1L0sJvGPrFXOX5m0HrFzAH4Z';}
|
|
|
|
// Abonnement annuel profil expert
|
|
if ($_SESSION['cliOpt']==6) {$prdId='prod_Kdqi8JaOGdSsjr';$priceId='price_1L0sM6GPrFXOX5m046G8QHcJ';}
|
|
}
|
|
else {
|
|
if ($niveau==1) {include ($includePathAdmin. '/psk/psk.prod.php');}
|
|
if ($niveau==2) {include ($includePathAdmin. '/psk/psk.prod.php');}
|
|
|
|
// Abonnement mensuel profil gestionnaire
|
|
if ($_SESSION['cliOpt']==1) {$prdId='prod_LiHO9i8GreBJOa';$priceId='price_1L0qq7GPrFXOX5m0jpecEcyg';}
|
|
|
|
// Abonnement annuel profil gestionnaire
|
|
if ($_SESSION['cliOpt']==2) {$prdId='prod_Ku5kyuE3pMml6i';$priceId='price_1KEHZEGPrFXOX5m0DgKsnCke';}
|
|
|
|
|
|
// Abonnement mensuel profil webmaster
|
|
if ($_SESSION['cliOpt']==3) {$prdId='prod_LiKIKIGpo9QB3Y';$priceId='price_1L0tdUGPrFXOX5m0DWRm5Jzb';}
|
|
|
|
// Abonnement annuel profil webmaster
|
|
if ($_SESSION['cliOpt']==4) {$prdId='prod_LiK4V52urWdfvQ';$priceId='price_1L0tQ6GPrFXOX5m0JKErwDa4';}
|
|
|
|
|
|
// Abonnement mensuel profil expert
|
|
if ($_SESSION['cliOpt']==5) {$prdId='prod_Ku5j6dEdALUfyn';$priceId='price_1KEHYOGPrFXOX5m0Gc4EKFr1';}
|
|
|
|
// Abonnement annuel profil expert
|
|
if ($_SESSION['cliOpt']==6) {$prdId='prod_LiKK3anvHVeXt1';$priceId='price_1L0tfmGPrFXOX5m06h9ySMdn';}
|
|
}
|
|
?>
|