commit | 60524339edadbcb3a980af42ee2abbac8746b7d4 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sun Nov 20 02:33:56 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sun Nov 20 02:33:56 2022 +0100 |
tree | d2237dd0140bc1e05d1d32ab5aecad487ad480a7 | |
parent | 71e9f8760431cfc2a49eb0d3fbf6d6da397916c4 [diff] [blame] |
Add docker container definition Change-Id: If32020e6b8e8bb816eb54533554b18cc5302b5c9
diff --git a/php/request.php b/php/request.php index ac2c8cf..39f17dd 100644 --- a/php/request.php +++ b/php/request.php
@@ -3,8 +3,8 @@ require 'utils.php'; $credentials = new Credentials(); - $usersdb = $credentials->usersdb; - $mortsdb = $credentials->mortsdb; + $usersdb = $credentials->usersdb(); + $mortsdb = $credentials->mortsdb(); // Do the query $queries = [""];