mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for Import
This commit is contained in:
parent
9251da99bb
commit
5854b9825f
@ -65,6 +65,8 @@ class ImportJsonController extends BaseController
|
|||||||
$contents = $this->unzipFile($import_file->getPathname());
|
$contents = $this->unzipFile($import_file->getPathname());
|
||||||
|
|
||||||
$hash = Str::random(32);
|
$hash = Str::random(32);
|
||||||
|
|
||||||
|
nlog($hash);
|
||||||
|
|
||||||
Cache::put( $hash, base64_encode( $contents ), 3600 );
|
Cache::put( $hash, base64_encode( $contents ), 3600 );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user