зеркало из https://github.com/mozilla/oldpto.git
Fixing up the Database variables in config.php
This commit is contained in:
Родитель
e6ba4cca50
Коммит
67a67b9e27
|
@ -12,10 +12,10 @@ $LDAP_BIND_PASS = $ldap_bind_pass;
|
|||
|
||||
# Fill out MySQL server info.
|
||||
$mysql = array(
|
||||
"host" => "$Server",
|
||||
"user" => "$User",
|
||||
"password" => "$Password",
|
||||
"database" => "$Name"
|
||||
"host" => "$Database_Server",
|
||||
"user" => "$Database_User",
|
||||
"password" => "$Database_Password",
|
||||
"database" => "$Database_Name"
|
||||
);
|
||||
$GLOBAL_AUTH_USERNAME = $_SERVER['PHP_AUTH_USER'];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче