[Phpxd-commits] CVS: phpXD phpXD.php,1.27,1.28
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-02-13 21:21:53
|
Update of /cvsroot/phpxd/phpXD In directory usw-pr-cvs1:/tmp/cvs-serv5097 Modified Files: phpXD.php Log Message: Index: phpXD.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/phpXD.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** phpXD.php 9 Feb 2002 17:46:11 -0000 1.27 --- phpXD.php 13 Feb 2002 21:21:47 -0000 1.28 *************** *** 1,4 **** <?php ! // phpXD - a XML DOM Implementation // // This Software and all associated files are released unter the --- 1,4 ---- <?php ! // phpXMLDOM - an XML DOM Implementation // // This Software and all associated files are released unter the *************** *** 7,12 **** // $Id$ ! // Set the phpXD install path. ! $path = "f:/www/phpXD/"; require($path."include/dom.php"); --- 7,12 ---- // $Id$ ! // Set $path to the home directory of phpXMLDOM: ! $path = "."; require($path."include/dom.php"); |