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>
|
<!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!");
|
||||||
|
@ -22,9 +23,6 @@
|
||||||
fclose($myfile);
|
fclose($myfile);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Reference in a new issue