[Phpxd-commits] CVS: phpXD phpXD.php,1.29,1.30
Status: Beta
Brought to you by:
growbal
From: Growbal K. <gr...@us...> - 2002-03-08 06:54:35
|
Update of /cvsroot/phpxd/phpXD In directory usw-pr-cvs1:/tmp/cvs-serv25305 Modified Files: phpXD.php Log Message: Add sample files: samples/cfg2xml/cfg2xml.php samples/files/fielddef1.cfg Index: phpXD.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/phpXD.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** phpXD.php 3 Mar 2002 06:23:14 -0000 1.29 --- phpXD.php 8 Mar 2002 06:54:32 -0000 1.30 *************** *** 8,12 **** // Set $path to the home directory of phpXMLDOM: ! $path = ""; require($path."include/dom.php"); --- 8,12 ---- // Set $path to the home directory of phpXMLDOM: ! $path = PHPXD_INCLUDE_DIR; require($path."include/dom.php"); |