@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | |
29 | 29 | /** Initialises the PHP Session */ |
30 | 30 | function initialiseSession() { |
31 | - session_start(); |
|
31 | + session_start(); |
|
32 | 32 | } |
33 | 33 | |
34 | 34 | /** |
@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | "requests" => $requests, |
161 | 161 | "total" => $totalRequests, |
162 | 162 | "api" => $v['api'], |
163 | - "type" => $type); |
|
163 | + "type" => $type); |
|
164 | 164 | } |
165 | 165 | |
166 | 166 | global $smarty; |
@@ -27,7 +27,8 @@ |
||
27 | 27 | $session = new session(); |
28 | 28 | |
29 | 29 | /** Initialises the PHP Session */ |
30 | -function initialiseSession() { |
|
30 | +function initialiseSession() |
|
31 | +{ |
|
31 | 32 | session_start(); |
32 | 33 | } |
33 | 34 |