diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 19:18:31 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 19:20:25 +0200 |
| commit | c0edb9e2a4a49bae24cbcae4b8e000d6813b3417 (patch) | |
| tree | 0b6de059b1fb2c3f28ff6c56dbadf8edb10d7498 /public/php/dbCredentials.php | |
| parent | 911d2fc05833fb2095f3032c34063bfd6da113fa (diff) | |
| download | fia-master.tar.gz fia-master.tar.zst fia-master.zip | |
Secure dbCredentials
Add screenshot
Diffstat (limited to 'public/php/dbCredentials.php')
| -rw-r--r-- | public/php/dbCredentials.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/php/dbCredentials.php b/public/php/dbCredentials.php deleted file mode 100644 index b13e420..0000000 --- a/public/php/dbCredentials.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - $apiKey = "secureApiKey123(!*"; - $dbUser = "admin"; - $dbPassword = "qwerty123"; - $dbName = "ClientApps"; |
