mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-24 07:04:05 +01:00
Delete index.php
This commit is contained in:
parent
d32f63ca31
commit
e5ef2e847b
13
index.php
13
index.php
@ -1,13 +0,0 @@
|
||||
<?php
|
||||
/*include 'inc/functions.php';
|
||||
$query = query('SELECT np.* FROM newsplus np INNER JOIN `posts_n` p ON np.thread=p.id WHERE np.dead IS FALSE ORDER BY p.bump DESC');
|
||||
if ($query) {
|
||||
$newsplus = $query->fetchAll(PDO::FETCH_ASSOC);
|
||||
} else {
|
||||
$newsplus = false;
|
||||
}
|
||||
|
||||
$index = Element("8chan/index.html", array("config" => $config, "newsplus" => $newsplus));
|
||||
file_write('index.html', $index);
|
||||
|
||||
echo $index;*/
|
Loading…
x
Reference in New Issue
Block a user