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