Initial clean V5 repository

This commit is contained in:
2026-05-13 09:43:32 -04:00
commit 5842222283
7264 changed files with 1322128 additions and 0 deletions

11
rabais_batch.php Normal file
View File

@ -0,0 +1,11 @@
<?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']));