mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 00:04:29 -04:00
commit
7caf9965e7
@ -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