19 lines
385 B
PHP
19 lines
385 B
PHP
<?php
|
|
//@description:history
|
|
$_GET=array (
|
|
'gDossier' => '10104',
|
|
'act' => 'de',
|
|
'f_id' => '11',
|
|
'div' => 'det2',
|
|
'l' => '2',
|
|
'op' => 'history',
|
|
);
|
|
$_POST=array (
|
|
);
|
|
$_POST['gDossier']=$gDossierLogInput;
|
|
$_GET['gDossier']=$gDossierLogInput;
|
|
$_REQUEST=array_merge($_GET,$_POST);
|
|
|
|
|
|
put_global([["key"=>'f_id',"value"=>get_card_with_activity()]]);
|
|
include 'ajax_misc.php';
|