Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv5400
Modified Files:
index.php
Log Message:
Address SF bug #480064: "relative" vs "absolute" URLs (in comments).
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** index.php 2001/11/09 16:25:02 1.25
--- index.php 2001/11/09 18:58:42 1.26
***************
*** 348,352 ****
/*
! * Absolute URL (from the server root) of the PhpWiki
* script.
*/
--- 348,352 ----
/*
! * Relative URL (from the server root) of the PhpWiki
* script.
*/
***************
*** 354,358 ****
/*
! * Absolute URL (from the server root) of the directory
* in which relative URL's for images and other support files
* are interpreted.
--- 354,358 ----
/*
! * Relative URL (from the server root) of the directory
* in which relative URL's for images and other support files
* are interpreted.
|