Fix Bug : tva_code not retrieve from search
This commit is contained in:
parent
cbaed83ec8
commit
f1baf67e42
7 changed files with 175 additions and 11 deletions
|
|
@ -133,7 +133,7 @@ $html = var_export($_REQUEST, true);
|
|||
set_language();
|
||||
if ( LOGINPUT)
|
||||
{
|
||||
$file_loginput=fopen($_ENV['TMP'].'/scenario-'.$_SERVER['REQUEST_TIME'].'.php','a+');
|
||||
$file_loginput=fopen($_ENV['TMP'].'/scenario-ajax-'.$_SERVER['REQUEST_TIME'].'.php','a+');
|
||||
fwrite ($file_loginput,"<?php \n");
|
||||
fwrite ($file_loginput,'//@description:'.$op."\n");
|
||||
fwrite($file_loginput, '$_GET='.var_export($_GET,true));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue