Update farp.php

This commit is contained in:
awesomeuser 2023-08-02 22:11:47 +00:00
parent 6adeadc3ac
commit 6df58cb06c

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head onload="window.location.href = 'https://furp.colean.cc';"> <head></head>
<body onload="window.location.href = 'https://furp.colean.cc';">
<?php <?php
$myfile = fopen("posts.txt", "r") or die("Unable to open file!"); $myfile = fopen("posts.txt", "r") or die("Unable to open file!");
@ -23,8 +24,5 @@
} }
?> ?>
</head>
<body>
</body> </body>
</html> </html>