Skip to content

Commit 7755864

Browse files
committed
Initial commit
1 parent ccc1df2 commit 7755864

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/config.inc.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
$version = '6.1';
5050

5151
// Variáveis do conexão com o BD
52-
$server = 'localhost';
53-
$user = 'root';
54-
$pass = 'nosferatu';
55-
$bd = 'gerenciador';
52+
$server = 'localhost';
53+
$user = 'sorriamaais_gco';
54+
$pass = 'gotlinux##123';
55+
$bd = 'sorriamaais_gco';
5656

5757
// Quantidade de páginas exibidas nas paginações
5858
define('PG_MAX', 15);
@@ -62,4 +62,4 @@
6262
define('ZEROS', 11);
6363

6464
// Define se está instalado ou não
65-
$install = true;
65+
$install = true;

0 commit comments

Comments
 (0)