commit | e1fe9cb332fc2038be7d25f8d7c8f5e22809603c | [log] [tgz] |
---|---|---|
author | Andreu Huguet <andreuhuguet@gmail.com> | Tue Sep 15 16:30:39 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 15 16:30:39 2020 +0200 |
tree | 2b766c9fdf24a36559a232c8363386bf00d29e48 | |
parent | b6ea679a38529410699d5dd4381e0501cb35f16b [diff] [blame] |
UsersDB i MortsDB a credentials
diff --git a/credentials.php b/credentials.php index a9b671a..e50c524 100644 --- a/credentials.php +++ b/credentials.php
@@ -5,6 +5,8 @@ public $username = "3580259_pastanaga"; public $password = "CA-btEjC3,v{PV,%"; public $dbname = "pastanaga"; + public $usersdb = "pastanaga"; + public $mortsdb = "pastanaga_morts"; }; ?>