diff --git a/static/php/upload.php b/static/php/upload.php index 1be73db..02c83e6 100644 --- a/static/php/upload.php +++ b/static/php/upload.php @@ -153,9 +153,7 @@ function uploadFile($file) $q->bindValue(':name', $newname, PDO::PARAM_STR); $q->bindValue(':size', $file->size, PDO::PARAM_INT); $q->bindValue(':date', time(), PDO::PARAM_INT); - if(LOG_IP == 'yes'){ $q->bindValue(':ip', $ip, PDO::PARAM_STR); - } $q->execute(); return array(