|
From: <ope...@li...> - 2002-08-04 16:09:33
|
Update of /cvsroot/openposs/Server In directory usw-pr-cvs1:/tmp/cvs-serv15204 Modified Files: config.php Log Message: Blanked file so that install routine could complete. Should be empty, but writeable. Index: config.php =================================================================== RCS file: /cvsroot/openposs/Server/config.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config.php 25 Jun 2002 03:18:53 -0000 1.5 --- config.php 4 Aug 2002 16:09:30 -0000 1.6 *************** *** 1,34 **** - <? - # - # Filename: config.php - # Author : Brian A Cheeseman - # Date : April 6, 2002 - # Purpose : To provide initial configuration information prior to getting the - # database connection up and running. - # - ############################################################################### - # Last Update | Who | Changes Made # - #-------------+-----+---------------------------------------------------------# - # Apr 6, 2002 | BAC | Initial Creation # - ############################################################################### - # Who Key - # BAC - Brian A Cheeseman - # - - $DBConfig['Server']="localhost"; - $DBConfig['UserName']="root"; - $DBConfig['Password']=""; - $DBConfig['DBName']="openPOS"; - $DBConfig['DBType']="mysql"; - $DBConfig['CurrentVersion']="DEV 0.1"; - - $DBFields['desc'] = "Description"; - $DBFields['ordc'] = "OrderCode"; - $DBFields['scnc'] = "ScanCode"; - $DBFields['pric'] = "Price"; - $DBFields['stkl'] = "StockLevel"; - $DBFields['minl'] = "MinStockLevel"; - $DBFields['stor'] = "StorageCap"; - $DBFields['shel'] = "ShelfCap"; - - ?> --- 0 ---- |