minor corrections in the description
parent
a8218d5ae3
commit
3fe93340d3
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
// This is all the config that there is for endboard. You want more, you'll need to hack the source code (in index.php, mob/index.php and opt/endboard/*.php),
|
||||
// This is all the config that there is for endboard. You want more, you'll need to hack the source code (found in index.php, mob/index.php and opt/endboard/*.php),
|
||||
// to which your are welcome, of course.
|
||||
// If this file is not in /etc/opt/endboard/config.php, you'll need to update line 72 in index.php so that it can be found. If you can, I advise to stay with
|
||||
// the standard paths.
|
||||
|
@ -89,7 +89,7 @@ $settings = array(
|
|||
"original_content_thread" => 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
|
||||
|
|
Loading…
Reference in New Issue