11 lines
279 B
PHP
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'])); |