Browse Source

changed comments

pull/40/head
Savetheinternet 13 years ago
parent
commit
e03cbb90d1
  1. 7
      inc/config.php

7
inc/config.php

@ -1,7 +1,10 @@
<?php <?php
/* /*
* WARNING: This is a project-wide configuration file shared by all Tinyboard users around the globe. * Copyright (c) 2010-2011 Tinyboard Development Group
*
* WARNING: This is a project-wide configuration file and is overwritten when upgrading to a newer
* version of Tinyboard. Please leave this file unchanged, or it will be a lot harder for you to upgrade.
* If you would like to make instance-specific changes to your own setup, please use instance-config.php. * If you would like to make instance-specific changes to your own setup, please use instance-config.php.
* *
* This is the default configuration. You can copy values from here and use them in * This is the default configuration. You can copy values from here and use them in
@ -11,6 +14,8 @@
* create a new file named config.php (eg. b/config.php). Like instance-config.php, you can copy values * create a new file named config.php (eg. b/config.php). Like instance-config.php, you can copy values
* from here and use them in your per-board configuration files. * from here and use them in your per-board configuration files.
* *
* More information: http://tinyboard.org/wiki/index.php?title=Config
*
*/ */
$config = Array( $config = Array(

Loading…
Cancel
Save