HosipLan

Untitled

Aug 31st, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. $host = $container->httpRequest->url->host;
  2. $local = NULL;
  3. if (substr($host, -6) === '.local') {
  4.     $local = '.local';
  5. }
  6.  
  7. $container->router[] = new Route('//<domain>.<tld>' . $local . '/...', ...);
Advertisement
Add Comment
Please, Sign In to add comment