diff --git a/index.php b/index.php deleted file mode 100644 index 9f570af1..00000000 --- a/index.php +++ /dev/null @@ -1,13 +0,0 @@ -fetchAll(PDO::FETCH_ASSOC); -} else { - $newsplus = false; -} - -$index = Element("8chan/index.html", array("config" => $config, "newsplus" => $newsplus)); -file_write('index.html', $index); - -echo $index;*/