1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-19 20:23:17 +01:00
This commit is contained in:
8chan 2014-11-08 16:57:43 -08:00
parent 2b67cfc5ee
commit cf84255269

View File

@ -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();