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/fia.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/fia.php')
| -rw-r--r-- | public/php/fia.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/php/fia.php b/public/php/fia.php index 94f307f..06caa86 100644 --- a/public/php/fia.php +++ b/public/php/fia.php @@ -3,7 +3,7 @@ error_reporting(E_ALL); ini_set('display_errors', 1); $req = json_decode(file_get_contents("php://input")); -require_once "dbCredentials.php"; +require_once "../../backend/dbCredentials.php"; if ($req->apiKey === $apiKey) { $http = isset($_SERVER["HTTPS"]) ? "https" : "http"; |
