mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:14:31 -04: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';
|
$filePath = base_path().'/.env';
|
||||||
copy($filePath, $filePath . '.backup.' . time());
|
|
||||||
$fp = fopen($filePath, 'w');
|
$fp = fopen($filePath, 'w');
|
||||||
fwrite($fp, $config);
|
fwrite($fp, $config);
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user