Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $host = $container->httpRequest->url->host;
- $local = NULL;
- if (substr($host, -6) === '.local') {
- $local = '.local';
- }
- $container->router[] = new Route('//<domain>.<tld>' . $local . '/...', ...);
Advertisement
Add Comment
Please, Sign In to add comment