mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-19 20:23:17 +01:00
yoga
This commit is contained in:
parent
2b67cfc5ee
commit
cf84255269
@ -4,7 +4,7 @@ include "inc/functions.php";
|
|||||||
if (!(php_sapi_name() == "cli")) {
|
if (!(php_sapi_name() == "cli")) {
|
||||||
die('nope');
|
die('nope');
|
||||||
}
|
}
|
||||||
$protected = array('burgers', 'cow', 'wilno', 'cute');
|
$protected = array('burgers', 'cow', 'wilno', 'cute', 'yoga');
|
||||||
$q = query("SELECT uri FROM boards");
|
$q = query("SELECT uri FROM boards");
|
||||||
$boards = $q->fetchAll(PDO::FETCH_COLUMN);
|
$boards = $q->fetchAll(PDO::FETCH_COLUMN);
|
||||||
$now = new DateTime();
|
$now = new DateTime();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user