Update index.php
This commit is contained in:
parent
75172b3afb
commit
7e8e96d029
1 changed files with 1 additions and 2 deletions
|
@ -131,8 +131,7 @@
|
|||
fwrite($myfile, $content);
|
||||
fclose($myfile);
|
||||
|
||||
$_POST["signature"] = null;
|
||||
$_POST["body"] = null;
|
||||
$_POST = array();
|
||||
}
|
||||
|
||||
// show content
|
||||
|
|
Reference in a new issue