mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:54:36 -04:00
commit
7caf9965e7
@ -65,6 +65,8 @@ class ImportJsonController extends BaseController
|
||||
$contents = $this->unzipFile($import_file->getPathname());
|
||||
|
||||
$hash = Str::random(32);
|
||||
|
||||
nlog($hash);
|
||||
|
||||
Cache::put( $hash, base64_encode( $contents ), 3600 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user