Commit ad1c9119ec69fb5840b3e97855f0b7f3c313af0f

Authored by nbm
1 parent 5f459183

Explain how to specify paths in KnowledgeTree here too.

Don't put a license on a configuration file.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3403 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 9 additions and 16 deletions
config/environment.php
... ... @@ -3,25 +3,18 @@
3 3 * $Id$
4 4 *
5 5 * Defines KnowledgeTree application environment settings.
6   - *
7   - * Copyright (c) 2003 Jam Warehouse http://www.jamwarehouse.com
8   - *
9   - * This program is free software; you can redistribute it and/or modify
10   - * it under the terms of the GNU General Public License as published by
11   - * the Free Software Foundation; either version 2 of the License, or
12   - * (at your option) any later version.
13   - *
14   - * This program is distributed in the hope that it will be useful,
15   - * but WITHOUT ANY WARRANTY; without even the implied warranty of
16   - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17   - * GNU General Public License for more details.
18   - *
19   - * You should have received a copy of the GNU General Public License
20   - * along with this program; if not, write to the Free Software
21   - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 6 */
23 7  
24 8 // ----------------------------------------------------------------
  9 +// When entering paths in this file, use the Unix-style '/' path
  10 +// separator, not the Windows-style '\' path separator.
  11 +//
  12 +// So, if you want to refer to C:\Web\KnowledgeTree\Documents,
  13 +// use:
  14 +// C:/Web/KnowledgeTree/Documents
  15 +// ----------------------------------------------------------------
  16 +
  17 +// ----------------------------------------------------------------
25 18 // The options in this section should automatically be detected by
26 19 // KnowledgeTree. Please DO NOT set these manually if you do not
27 20 // need to, as you may introduce errors in your system.
... ...