Files
SuperBowl-Squares/includes/config.inc
T
Larry Lam b9980b2b07 version 5.0
updated to work with newer AMP
installation is much simpler via install script
2023-02-09 13:21:22 -08:00

21 lines
578 B
PHP

{
"db_host": "localhost",
"db_user": "llam",
"db_pass": "vnlisting",
"db_name": "superbowl",
"site_url": "http:\/\/172.23.49.14\/superbowl_v50",
"admin_email": "vnlisting@gmail.com",
"admin_pass": "vnlisting",
"sb_logo": "images\/sb_logo.jpg",
"afc_champ": "AFC",
"afc_champ_logo": "images\/AFC_logo.gif",
"nfc_champ": "NFC",
"nfc_champ_logo": "images\/NFC_logo.gif",
"sb_date": "Sunday, February 03, 2019",
"sb_time": "15:30",
"cost": "5",
"first": "20",
"second": "25",
"third": "20",
"final": "35"
}