Atualizando registros
This commit is contained in:
parent
a7ceb759d4
commit
9bbaffb08d
1 changed files with 2 additions and 2 deletions
4
vendor/model/Host.class.php
vendored
4
vendor/model/Host.class.php
vendored
|
|
@ -17,14 +17,14 @@ class Host
|
||||||
public function getUser()
|
public function getUser()
|
||||||
{
|
{
|
||||||
|
|
||||||
return $user = (string)"mysql";
|
return $user = (string)"backup";
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Pego a senha de acesso **/
|
/** Pego a senha de acesso **/
|
||||||
public function getPassword()
|
public function getPassword()
|
||||||
{
|
{
|
||||||
|
|
||||||
return $password = (string)"sun147oi";
|
return $password = (string)"!Master@orius.";
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Pego o charset de acesso **/
|
/** Pego o charset de acesso **/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue