| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 39 | public function indexAction(Request $request) |
||
| 40 | { |
||
| 41 | // replace this example code with whatever you need |
||
| 42 | return $this->render( |
||
| 43 | 'default/index.html.twig', |
||
| 44 | [ |
||
| 45 | 'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..'), |
||
| 46 | 'has_session' => $request->hasSession() |
||
| 47 | ] |
||
| 48 | ); |
||
| 49 | } |
||
| 50 | } |
||
| 51 |