Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv7361
Modified Files:
stdlib.php
Log Message:
sorry, wrong file committed, this is the right one
Index: stdlib.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/stdlib.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** stdlib.php 2002/01/05 15:14:11 1.66
--- stdlib.php 2002/01/05 15:15:26 1.67
***************
*** 27,31 ****
function BaseURL() {
! return SERVER_URL . "/";
}
--- 27,31 ----
function BaseURL() {
! return SERVER_URL . DATA_PATH . "/";
}
|