UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_bc4e8120f366
/
resources
/
views
/
partials
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
picture.blade.php
<div class="col-sm-4"> @if(old('foto')) <p><img src= "{!! old('foto') !!}" width="360" height="360" id="screenshot" class="img-responsive img-rounded center-block" /></p> @elseif(isset($data) && !empty($data['picture'])) <p><img src= "/../storage/profiles/pictures/{!! $data['picture'] !!}" width="360" height="360" id="screenshot" class="img-responsive img-rounded center-block" /></p> @else <p><img src="https://placehold.it/360x360" id="screenshot" width="360" height="360" class="img-responsive img-rounded center-block"></p> @endif <br> <div class="text-center"> {!! Form::file('picture', ['title' => trans('messages.lblAddAvatar'), 'onchange' => "this.parentNode.nextSibling.value = this.value; readURL(this,360,360,"."'#screenshot');", 'accept' => 'image/*', 'class' => 'btn btn-block']) !!} </div> <p class="help-block text-center"><i class="fa fa-exclamation-circle"></i> {{ trans('messages.lblPSAvatar') }}</p> {!! $errors->first('picture', '<span class="text-danger">:message</span>') !!} </div>
Copyright © 2026 - UnknownSec