X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Ftrusted_hosts_test%2Fsrc%2FController%2FTrustedHostsTestController.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Ftrusted_hosts_test%2Fsrc%2FController%2FTrustedHostsTestController.php;h=68c8b64e52a0e94038604f249d600859a9029d9d;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php b/web/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php new file mode 100644 index 000000000..68c8b64e5 --- /dev/null +++ b/web/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php @@ -0,0 +1,19 @@ + 'Host: ' . $request->getHost()]; + } + +}