mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Remove .env backup change
This commit is contained in:
parent
7f25147e97
commit
062ecd540c
@ -192,7 +192,6 @@ class AppController extends BaseController
|
||||
}
|
||||
|
||||
$filePath = base_path().'/.env';
|
||||
copy($filePath, $filePath . '.backup.' . time());
|
||||
$fp = fopen($filePath, 'w');
|
||||
fwrite($fp, $config);
|
||||
fclose($fp);
|
||||
|
Loading…
Reference in New Issue
Block a user