* Fix CSV imports giving Storage class not found #454 * Update yarn files for security alert
This commit is contained in:
@@ -70,11 +70,11 @@
|
||||
<div class="content">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
@if(\App\Support\Utils::installerEnabled())
|
||||
{{--@if(\App\Support\Utils::installerEnabled())
|
||||
<div class="col-lg-12 alert alert-danger alert-important">
|
||||
<p>Remove the modules/Installer folder or set the module to disabled! It's a security risk</p>
|
||||
</div>
|
||||
@endif
|
||||
@endif--}}
|
||||
|
||||
<div class="col-12">
|
||||
@include('admin.flash.message')
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
{{ Form::open(['method' => 'post', 'route' => $route, 'files' => true]) }}
|
||||
<div class="form-group col-12">
|
||||
{{ Form::label('csv_file', 'Chose a CSV file to import') }}
|
||||
{{ Form::label('csv_file', 'Choose a CSV file to import') }}
|
||||
{{ Form::file('csv_file', ['accept' => '.csv']) }}
|
||||
<p class="text-danger">{{ $errors->first('csv_file') }}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user