@@ -35,8 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | file_put_contents($folder . '/index.html', '<script>history.go(-1);</script>'); |
| 37 | 37 | } |
| 38 | - } |
|
| 39 | - catch (\Exception $e) { |
|
| 38 | + } catch (\Exception $e) { |
|
| 40 | 39 | echo 'Caught exception: ', $e->getMessage(), "\n", '<br>'; |
| 41 | 40 | } |
| 42 | 41 | } |