Browse Source

config comments

pull/40/head
Savetheinternet 14 years ago
committed by Paul Merrill
parent
commit
5ffa408b4b
  1. 1
      inc/config.php

1
inc/config.php

@ -102,6 +102,7 @@
define('BOARD_PATH', '%s', true); define('BOARD_PATH', '%s', true);
// Name of the boards. Typically '/%s/' (/b/, /mu/, etc) // Name of the boards. Typically '/%s/' (/b/, /mu/, etc)
// BOARD_ABBREVIATION - BOARD_TITLE
define('BOARD_ABBREVIATION', '/%s/', true); define('BOARD_ABBREVIATION', '/%s/', true);
// Automatically convert things like "..." to Unicode characters ("…") // Automatically convert things like "..." to Unicode characters ("…")

Loading…
Cancel
Save