Update farp.php
This commit is contained in:
parent
6adeadc3ac
commit
6df58cb06c
1 changed files with 2 additions and 4 deletions
6
farp.php
6
farp.php
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head onload="window.location.href = 'https://furp.colean.cc';">
|
||||
<head></head>
|
||||
<body onload="window.location.href = 'https://furp.colean.cc';">
|
||||
|
||||
<?php
|
||||
$myfile = fopen("posts.txt", "r") or die("Unable to open file!");
|
||||
|
@ -22,9 +23,6 @@
|
|||
fclose($myfile);
|
||||
}
|
||||
?>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in a new issue