[Phpfastnews-commits] CVS: phpfastnews/lib prepend.php-dist,1.1,1.2
Status: Beta
Brought to you by:
hdwebdev
From: Ken W. <hdw...@us...> - 2001-08-11 00:51:36
|
Update of /cvsroot/phpfastnews/phpfastnews/lib In directory usw-pr-cvs1:/tmp/cvs-serv21723 Modified Files: prepend.php-dist Log Message: added $CFG_FILE = "phpshop.cfg.php" ... problem reported by Anonymous on the PHPFASTNEWS page. I'll have to look into why that happens. phpShopCore doesn't use .cfg files anymore Index: prepend.php-dist =================================================================== RCS file: /cvsroot/phpfastnews/phpfastnews/lib/prepend.php-dist,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** prepend.php-dist 2001/08/10 13:31:49 1.1 --- prepend.php-dist 2001/08/11 00:51:33 1.2 *************** *** 1,4 **** --- 1,5 ---- <?php ob_start(); + $CFG_FILE = "phpshop.cfg.php"; $PS_BASE = 'C:/WINDOWS/Profiles/fragzilla/Desktop/phpshop-core/phpshop-core/'; require($PS_BASE.'modules/core/lib/ps_page_open.inc'); |