@@ -36,12 +36,12 @@ |
||
36 | 36 | public function index($request) |
37 | 37 | { |
38 | 38 | if (($shortlist = $this->getSessionShortList())) { |
39 | - return $this->redirect(Config::inst()->get('ShortList', 'URLSegment') . $shortlist->URL); |
|
39 | + return $this->redirect(Config::inst()->get('ShortList', 'URLSegment').$shortlist->URL); |
|
40 | 40 | } else { |
41 | 41 | $CrawlerDetect = new CrawlerDetect; |
42 | 42 | |
43 | 43 | // Check the user agent of the current 'visitor' |
44 | - if($CrawlerDetect->isCrawler()) { |
|
44 | + if ($CrawlerDetect->isCrawler()) { |
|
45 | 45 | return $this->httpError(403); |
46 | 46 | } |
47 | 47 |