From 192c0cec6e653a161b379038f7644309b642a902 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Fri, 25 Dec 2020 17:07:47 -0500 Subject: [PATCH] Commit local change to instance-config.php (no functional changes) --- b.php | 47 ----------------------------------------- inc/instance-config.php | 8 +++---- 2 files changed, 4 insertions(+), 51 deletions(-) delete mode 100755 b.php diff --git a/b.php b/b.php deleted file mode 100755 index a0638ec3..00000000 --- a/b.php +++ /dev/null @@ -1,47 +0,0 @@ - diff --git a/inc/instance-config.php b/inc/instance-config.php index d634bb83..669ac652 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -112,6 +112,10 @@ $config['delete_time'] = 5; // Changes made via web editor by "krates" @ Tue, 22 Dec 2020 17:20:14 -0800: $config['reply_hard_limit'] = 1000; +//Changes by Barbara_Pitt +$config['stylesheets']['Dark'] = 'dark.css'; +$config['stylesheets']['Dark Red'] = 'dark_red.css'; +$config['always_noko'] = true; /* * ==================== @@ -144,7 +148,3 @@ $config['embedding'][0] = array( '/^https?:\/\/(\w+\.)?(?:youtube\.com\/watch\?v=|youtu\.be\/)([a-zA-Z0-9\-_]{10,11})(&.+)?$/i', $config['youtube_js_html']); $config['additional_javascript'][] = 'js/youtube.js'; - -$config['stylesheets']['Dark'] = 'dark.css'; -$config['stylesheets']['Dark Red'] = 'dark_red.css'; -$config['always_noko'] = true;