13 lines
336 B
PHP
Executable File
13 lines
336 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
// -----------------------------------------------------
|
|
// prestations grapisme
|
|
// -----------------------------------------------------
|
|
switch ($_SESSION['idFormule']) {
|
|
case 1:
|
|
// graph
|
|
$prdId='prod_Qjb7NGtbYW1LHK';
|
|
$priceId='price_1RJAZmGPrFXOX5m0VyL6dRCY';
|
|
break;
|
|
}
|
|
?>
|