UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_fac93aa56cd7
/
resources
/
views
/
partials
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
picture.blade.php
<div class="col-sm-3"> @if(old('foto')) <p><img src= "{!! old('foto') !!}" width="360px" height="360px" id="screenshot" class="img-responsive img-circle center-block" /></p> @elseif(isset($data) && !empty($data['picture'])) <p><img src= "/../storage/profiles/pictures/{!! $data['picture'] !!}" width="360px" height="360px" id="screenshot" class="img-responsive img-circle center-block" style="width: 360px; height: 360px;" /></p> @else <p><img src="{{ url('assets/images/placeholder/picture.gif') }}" id="screenshot" width="360px" height="360px" class="img-responsive img-circle 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"><small><i class="fa fa-exclamation-circle"></i> {{ trans('messages.lblPSAvatar') }}</small></p> {!! $errors->first('picture', '<span class="text-danger">:message</span>') !!} </div>
Copyright © 2026 - UnknownSec