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

24 lines
696 B
PHP
Executable File

<?php
$nomFicAppelant = basename(__FILE__);
include ("../../../_include/headers.php");
if (!isset( $_SESSION )) {session_start();}
// -----------------------------------------------------
// Init
// -----------------------------------------------------
require 'vendor/autoload.php';
$niveau=2;
include ("../profils/clesStripe/stripePKSProfil.php");
// -----------------------------------------------------
// debug
// -----------------------------------------
// Portal
// -----------------------------------------
// -----------------------------------------
// Portal
// -----------------------------------------
include ("../_stripe/stripePortalCreateSession.php")
?>