Files
ms1inscription-v5/rabais_batch.php
2026-05-13 09:43:32 -04:00

11 lines
279 B
PHP

<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);
require_once('superadm/php/inc_functions.php');
require_once('superadm/php/inc_manager.php');
header('Content-type: text/html; charset=UTF-8');
global $db, $blnDev, $vDomaine;
echo(fxShowBatchRabais($_GET['batch']));