Update of /cvsroot/phpxd/phpXD.www
In directory usw-pr-cvs1:/tmp/cvs-serv12373
Modified Files:
default.php
Log Message:
Index: default.php
===================================================================
RCS file: /cvsroot/phpxd/phpXD.www/default.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** default.php 28 Jan 2002 19:37:26 -0000 1.2
--- default.php 14 Feb 2002 13:17:09 -0000 1.3
***************
*** 20,24 ****
require("classes/StaticSite.php");
! $URL = "http://phpxd.sf.net/";
$URL_TITLE = "phpXMLDOM";
--- 20,25 ----
require("classes/StaticSite.php");
! //$URL = "http://phpxd.sf.net/";
! $URL = "http://localhost/phpXDwww/";
$URL_TITLE = "phpXMLDOM";
|