@@ -49,7 +49,7 @@ |
||
| 49 | 49 | if ($name !== null) { |
| 50 | 50 | session_name($name); |
| 51 | 51 | } |
| 52 | - if ($domain){ |
|
| 52 | + if ($domain) { |
|
| 53 | 53 | preg_match("/[^\.\/]+\.[^\.\/]+$/", $_SERVER['HTTP_HOST'], $matches); |
| 54 | 54 | session_set_cookie_params(0, '/', $matches[0]); |
| 55 | 55 | } |