Current File : /home/users/barii/public_html/finansenl.com.pl/system.fotomagnesy.pl/js/skopiuj.php
<?php
session_start();
$text = str_replace("\\n",chr(-164).chr(-164).'n',$_POST['import']);
$text = str_replace('null,{','{',$text);        
setcookie('skopiowano', $text);
echo $text;
?>