@@ -15,8 +15,8 @@ |
||
15 | 15 | $content = file_get_contents($pathExec."/newdep"); |
16 | 16 | file_put_contents($pathExec."/dep", $content); |
17 | 17 | unlink($pathExec.'/newdep'); |
18 | - chmod($pathExec."/dep",0755); |
|
19 | - } catch (\Exception $e){ |
|
18 | + chmod($pathExec."/dep", 0755); |
|
19 | + } catch (\Exception $e) { |
|
20 | 20 | return false; |
21 | 21 | } |
22 | 22 |