Skip to content
Snippets Groups Projects
Commit a9c39fa0 authored by Tim Repke's avatar Tim Repke
Browse files

db passwd

parent f9e46708
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ $config_verbose_level = 2; // 0 = nothing, 1 = important, 2 = somewhat important ...@@ -5,7 +5,7 @@ $config_verbose_level = 2; // 0 = nothing, 1 = important, 2 = somewhat important
$config_db = array( $config_db = array(
"name" => "fsfahrt", "name" => "fsfahrt",
"user" => "fsfahrt", "user" => "fsfahrt",
"pass" => "password", "pass" => "9Lug*96q",
"host" => "localhost", "host" => "localhost",
"type" => "mysql" "type" => "mysql"
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment