update
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user