From 3fe93340d32c5eede6ec96f1018a00d2245d82de Mon Sep 17 00:00:00 2001 From: fuzzykitten Date: Mon, 7 Apr 2025 02:39:06 -0400 Subject: [PATCH] minor corrections in the description --- etc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config.php b/etc/config.php index e34c1b6..f268d06 100644 --- a/etc/config.php +++ b/etc/config.php @@ -1,6 +1,6 @@ FALSE, // do not allow the same text to be posted twice in the same thread "original_content_sub" => TRUE, // do not allow the same text to be posted twice in the same sub, including all threads on the sub (overrides previous if TRUE) "original_content_global" => FALSE, // do not allow the same text to be posted twice on the board, including all subs and all threads (overrides both before if TRUE) - "debug" => FALSE // if true, collect all data from each request (from $_SERVER) in the file /va/opt/endboard/debug_server.txt + "debug" => FALSE // if true, collect all data from each request (from $_SERVER) in the file /var/opt/endboard/debug_server.txt ); // For easy editing, the landinpage is here in the config file