From ad1c9119ec69fb5840b3e97855f0b7f3c313af0f Mon Sep 17 00:00:00 2001 From: nbm Date: Wed, 20 Jul 2005 16:41:19 +0000 Subject: [PATCH] Explain how to specify paths in KnowledgeTree here too. --- config/environment.php | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/config/environment.php b/config/environment.php index af67396..9d23ed3 100644 --- a/config/environment.php +++ b/config/environment.php @@ -3,25 +3,18 @@ * $Id$ * * Defines KnowledgeTree application environment settings. - * - * Copyright (c) 2003 Jam Warehouse http://www.jamwarehouse.com - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ // ---------------------------------------------------------------- +// When entering paths in this file, use the Unix-style '/' path +// separator, not the Windows-style '\' path separator. +// +// So, if you want to refer to C:\Web\KnowledgeTree\Documents, +// use: +// C:/Web/KnowledgeTree/Documents +// ---------------------------------------------------------------- + +// ---------------------------------------------------------------- // The options in this section should automatically be detected by // KnowledgeTree. Please DO NOT set these manually if you do not // need to, as you may introduce errors in your system. -- libgit2 0.21.4