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