Skip to content

Commit

Permalink
support crypt for lumen
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Mar 20, 2018
1 parent 6789caf commit 0ec65f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class="fa fa-search"></span></button>@endif
<a href="?dl={{ \Illuminate\Support\Facades\Crypt::encrypt($current_file) }}"><span class="fa fa-download"></span>
Download file</a>
-
<a id="delete-log" href="?del={{ \Crypt::encrypt($current_file) }}"><span
<a id="delete-log" href="?del={{ \Illuminate\Support\Facades\Crypt::encrypt($current_file) }}"><span
class="fa fa-trash"></span> Delete file</a>
@if(count($files) > 1)
-
Expand Down

0 comments on commit 0ec65f0

Please sign in to comment.