This repository was archived by the owner on Feb 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 55
66/* Database Config */
77
8- $ db_host = 'localhost ' ; // DB Hostame
9- $ db_port = ' 3306 ' ; // DB Port (Default: 3306)
10- $ db_username = 'surfcen2_timer1 ' ; // DB Username
11- $ db_password = 'surfcen2_timer1 ' ; // DB Password
12- $ db_database = 'surfcen2_timer1 ' ; // DB Database
8+ $ db_host = 'your_database_host ' ; // DB Hostame
9+ $ db_port = 3306 ; // DB Port (Default: 3306)
10+ $ db_username = 'your_database_username ' ; // DB Username
11+ $ db_password = 'your_database_password ' ; // DB Password
12+ $ db_database = 'your_database_name ' ; // DB Database
1313
1414/* End of Database Config */
1515
16- /*
17- Design Settings
16+ /*
17+ Design Settings
1818 If you want use title than logo must remain empty
1919 If you want to use background image you need to provide image name EXAMPLE: background.jpg
2020 You can also use background images located in /images/surf-images/
5757
5858 /* End of Custom Link */
5959
60- /*
61- General Settings
60+ /*
61+ General Settings
6262*/
6363
6464 $ settings_language_enable = TRUE ; // Default: TRUE - To disable language selector change to FALSE.
You can’t perform that action at this time.
0 commit comments