alpha_full/admin/extensions/profils/clesStripe/stripePKS.php
2026-04-06 22:58:51 +02:00

17 lines
560 B
PHP
Executable File

<?php
$nomFicAppelant = basename(__FILE__);
if ($bdd=='demo' || $_SESSION['bdd']=='demo') {
// faire un test public
// if ($=='public') {
include ($includePathAdmin. '/psk/psk.test.php');
// if ($_SESSION['idProfil']==1) include ('idPInter.test.php');
// if ($_SESSION['idProfil']==2)
include ('idExpert.test.php');
}
else {
include ($includePathAdmin. '/psk/psk.prod.php');
// if ($_SESSION['idProfil']==1) include ('idPInter.prod.php');
// if ($_SESSION['idProfil']==2)
include ('idExpert.prod.php');
}
?>