mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Cleanup
This commit is contained in:
parent
00e74c3d3d
commit
ba7191d6eb
@ -51,11 +51,6 @@ class SelfUpdateController extends BaseController
|
|||||||
return response()->json(['message' => ctrans('texts.self_update_not_available')], 403);
|
return response()->json(['message' => ctrans('texts.self_update_not_available')], 403);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if(request()->has('zip')) {
|
|
||||||
// $this->use_zip = true;
|
|
||||||
// $this->filename = 'invoiceninja.zip';
|
|
||||||
// }
|
|
||||||
|
|
||||||
nlog('Test filesystem is writable');
|
nlog('Test filesystem is writable');
|
||||||
|
|
||||||
$this->testWritable();
|
$this->testWritable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user