From 6413bc78f6db8a1ec1eb876e09223d80ebeb64e8 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 3 Dec 2014 00:16:25 -0800 Subject: [PATCH] Make this footer message optional --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 056ec77c..b54d0e0f 100644 --- a/inc/config.php +++ b/inc/config.php @@ -884,7 +884,7 @@ $config['thread_subject_in_title'] = false; // Additional lines added to the footer of all pages. - $config['footer'][] = _('All trademarks, copyrights, comments, and images on this page are owned by and are the responsibility of their respective parties.'); + // $config['footer'][] = _('All trademarks, copyrights, comments, and images on this page are owned by and are the responsibility of their respective parties.'); // Characters used to generate a random password (with Javascript). $config['genpassword_chars'] = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_+';