This commit is contained in:
silas
2018-09-18 13:22:20 +02:00
parent 013783322f
commit d029ea130b
28 changed files with 23291 additions and 5339 deletions

View File

@@ -11,6 +11,14 @@
* credentials from accidentally being committed into version control.
*/
if (!is_null($_SERVER) && isset($_SERVER["REQUEST_URI"]))
{
$uri = explode("/", $_SERVER["REQUEST_URI"]);
if ($uri[3] === "publicTest")
return include "test.local.php";
}
return [
'doctrine' => [
'connection' => array(