Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit eb8ade6

Browse files
committed
Added option to show map mapper (exceptions for older st versions)
1 parent 9781db6 commit eb8ade6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

inc/config.php

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
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/
@@ -57,8 +57,8 @@
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.

0 commit comments

Comments
 (0)