From 5394b7e4e2cc2b031dc01db22f4ba5a166e52224 Mon Sep 17 00:00:00 2001 From: dairiki Date: Fri, 9 Nov 2001 18:58:42 +0000 Subject: [PATCH] Address SF bug #480064: "relative" vs "absolute" URLs (in comments). git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@635 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index d7b182689..b928eaee8 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ define ('PHPWIKI_VERSION', '1.3.0-jeffs-hacks'); require "lib/prepend.php"; -rcs_id('$Id: index.php,v 1.25 2001-11-09 16:25:02 dairiki Exp $'); +rcs_id('$Id: index.php,v 1.26 2001-11-09 18:58:42 dairiki Exp $'); ///////////////////////////////////////////////////////////////////// // @@ -347,13 +347,13 @@ define('INTERWIKI_MAP_FILE', "lib/interwiki.map"); //define('SERVER_PORT', 80); /* - * Absolute URL (from the server root) of the PhpWiki + * Relative URL (from the server root) of the PhpWiki * script. */ //define('SCRIPT_NAME', '/some/where/index.php'); /* - * Absolute URL (from the server root) of the directory + * Relative URL (from the server root) of the directory * in which relative URL's for images and other support files * are interpreted. */ -- 2.45.0