From c000d4e04a56a6d099ea8c13ba5fde8579029b29 Mon Sep 17 00:00:00 2001 From: Daniel Saunders Date: Thu, 14 Mar 2019 23:47:18 -0400 Subject: [PATCH] Versioning and copyright update --- install.php | 5 ++++- templates/generic_page.html | 2 +- templates/page.html | 2 +- templates/thread.html | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/install.php b/install.php index a0a9cf8b..28caf6bc 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ vichan upgrade path. query("CREATE TABLE IF NOT EXISTS ``search_queries`` ( `ip` varchar(39) NOT NULL, `time` int(11) NOT NULL, `query` text NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8;") or error(db_error()); diff --git a/templates/generic_page.html b/templates/generic_page.html index b4f3f809..db942ff6 100644 --- a/templates/generic_page.html +++ b/templates/generic_page.html @@ -38,7 +38,7 @@ {% include "boardlist.html" with {"bottom": true} %} diff --git a/templates/page.html b/templates/page.html index 0a9fbb97..5ed1f083 100644 --- a/templates/page.html +++ b/templates/page.html @@ -25,7 +25,7 @@
diff --git a/templates/thread.html b/templates/thread.html index eb137bf4..2fdcbc5f 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -84,7 +84,7 @@