mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-16 11:02:40 +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")) {
|
||||
die('nope');
|
||||
}
|
||||
$protected = array('burgers', 'cow', 'wilno', 'cute');
|
||||
$protected = array('burgers', 'cow', 'wilno', 'cute', 'yoga');
|
||||
$q = query("SELECT uri FROM boards");
|
||||
$boards = $q->fetchAll(PDO::FETCH_COLUMN);
|
||||
$now = new DateTime();
|
||||
|
Loading…
x
Reference in New Issue
Block a user