Update index.php

This commit is contained in:
awesomeuser 2023-08-02 21:56:36 +00:00
parent 75172b3afb
commit 7e8e96d029

View file

@ -131,8 +131,7 @@
fwrite($myfile, $content); fwrite($myfile, $content);
fclose($myfile); fclose($myfile);
$_POST["signature"] = null; $_POST = array();
$_POST["body"] = null;
} }
// show content // show content