Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2020-11-09 21:09:05 -08:00
commit b2101a5188
3 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v5.0.5-pre',
'full_app_version' => 'v5.0.5-pre - build 5457-',
'build_version' => '5457',
'full_app_version' => 'v5.0.5-pre-52-g63a8535de',
'build_version' => '5509',
'prerelease_version' => '',
'hash_version' => '',
'full_hash' => 'v5.0.5-pre',
'branch' => 'master',
'hash_version' => 'g63a8535de',
'full_hash' => 'v5.0.5-pre-52-g63a8535de',
'branch' => 'develop',
);

View file

@ -127,7 +127,7 @@
@if ($location->image!='')
<div class="col-md-12 text-center" style="padding-bottom: 20px;">
<img src="{{ app('locations_upload_url') }}/{{ $location->image }}" class="img-responsive img-thumbnail" alt="{{ $location->name }}">
<img src="{{ Storage::disk('public')->url('locations/'.e($location->image)) }}" class="img-responsive img-thumbnail" alt="{{ $location->name }}">
</div>
@endif
<div class="col-md-12">

View file

@ -1,7 +1,7 @@
<?php
(PHP_SAPI !== 'cli' || isset($_SERVER['HTTP_USER_AGENT'])) && die('Access denied.');
$required_version = '7.1.3';
$required_version = '7.2.0';
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
echo "Skipping user check as it is not supported on Windows\n";