mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 04:26:03 +00:00
12 lines
186 B
PHP
12 lines
186 B
PHP
<?php
|
|
|
|
$post = $_POST;
|
|
if (!empty($code)) { array_filter($_POST['code']);}
|
|
$post['code'] = $code[0];
|
|
require_once 'uniqueitems.php';
|
|
$fp = fopen($u, 'a+');
|
|
|
|
fputcsv($fp, $post, "\t");
|
|
|
|
|