test data

This commit is contained in:
awesomeuser 2023-08-02 22:06:58 +00:00
parent 1446cb0a17
commit 5a0deaa0f8

View file

@ -3,9 +3,11 @@
<head>
</head>
<body>
<body> <!-- onload="window.location.href = 'https://furp.colean.cc';" -->
<php?
$myfile = fopen("posts.txt", "r") or die("Unable to open file!");
$content = fread($myfile, filesize("posts.txt"));
fclose($myfile);
@ -23,12 +25,12 @@
$myfile = fopen("posts.txt", "w") or die("Unable to open file!");
fwrite($myfile, $content);
fclose($myfile);
echo $content;
echo $_POST["signature"];
echo $_POST["body"];
}
?>
<script>
window.location.href = 'https://furp.colean.cc';
</script>
</body>
</html>