version 5.0

updated to work with newer AMP
installation is much simpler via install script
This commit is contained in:
Larry Lam
2023-02-09 13:21:22 -08:00
committed by GitHub
parent 57dc85e5a5
commit b9980b2b07
20 changed files with 898 additions and 250 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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"
}