From 9a220139e314620c7251b1fefcaf542cc6e87232 Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Thu, 17 Jan 2002 20:58:40 +0000 Subject: [PATCH] additional notes about WIKI_NAME git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1298 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 54c1f291c..c96741097 100644 --- a/index.php +++ b/index.php @@ -68,7 +68,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA define ('PHPWIKI_VERSION', '1.3.2-jeffs-hacks'); require "lib/prepend.php"; -rcs_id('$Id: index.php,v 1.64 2002-01-17 20:34:01 dairiki Exp $'); +rcs_id('$Id: index.php,v 1.65 2002-01-17 20:58:40 carstenklapp Exp $'); ///////////////////////////////////////////////////////////////////// // @@ -79,6 +79,7 @@ rcs_id('$Id: index.php,v 1.64 2002-01-17 20:34:01 dairiki Exp $'); // The name of your wiki. // This is used to generate a keywords meta tag in the HTML templates, +// in bookmark titles for any bookmarks made to pages in your wiki, // and during RSS generation for the of the RSS channel. //define('WIKI_NAME', 'PhpWiki'); -- 2.45.0