Skip to content

Commit 8219a0c

Browse files
committed
update config page
1 parent beda201 commit 8219a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sre_config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* URL : https://mysqlreports.com
88
*
99
*/
10-
define("SRE__DEFAULT__USER__", "root");
10+
define("SRE__DEFAULT__USER__", "");
1111
define("SRE__DEFAULT__PASS__", "");
1212
define("SRE__DEFAULT__HOST__", "localhost");
13-
define("SRE__DEFAULT__DB__", "northwind");
13+
define("SRE__DEFAULT__DB__", "");
1414

1515

1616
define("SRE__ALLOWED_REPORT_LANGUAGES__", json_encode(array("en",

0 commit comments

Comments
 (0)