Initial clean V5 repository
This commit is contained in:
11
rabais_batch.php
Normal file
11
rabais_batch.php
Normal 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']));
|
||||
Reference in New Issue
Block a user