root/tags/phpbms-0.50/settings.php
| Revision 1 (checked in by mipalmer, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php /* ] |
| 2 | [ General ] |
| 3 | application_name = "phpBMS" |
| 4 | encryption_seed = "freeble" |
| 5 | record_limit = "50" |
| 6 | default_load_page = "search.php?id=12" |
| 7 | |
| 8 | [ Invoice ] |
| 9 | invoice_default_printinstruc = "Thank You For Your Order." |
| 10 | |
| 11 | [ mySQL ] |
| 12 | mysql_server = "localhost" |
| 13 | mysql_database = "phpbms" |
| 14 | mysql_user = "phpbms" |
| 15 | mysql_userpass = "phpbms" |
| 16 | |
| 17 | [ Company ] |
| 18 | company_name = "Kreotek LLC" |
| 19 | company_address = "481 Rio Rancho Blvd. NE" |
| 20 | company_csz = "Rio Rancho, NM 87124" |
| 21 | company_phone = "505.994.6388" |
| 22 | |
| 23 | [ Shipping ] |
| 24 | shipping_markup = "1.1" |
| 25 | shipping_postalcode = "87124" |
| 26 | |
| 27 | [ Display ] |
| 28 | stylesheet = "mozilla" |
| 29 | end] */ ?> |
| 30 |
Note: See TracBrowser for help on using the browser.