����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.129.17.22 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/cbt.gltechlimited.com/resources/views/ |
Upload File : |
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>File Manager - {{ config('app.name', 'QwikTest') }} Admin</title> <!-- Styles --> <link rel="stylesheet" href="{{ asset('vendor/font-awesome/all.css') }}"> <link rel="stylesheet" href="{{ asset('vendor/bootstrap/bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('vendor/file-manager/css/file-manager.css') }}"> </head> <body class="font-sans antialiased"> <div class="vh-100"> <div id="fm"></div> </div> <!-- Scripts --> <script src="{{ asset('vendor/file-manager/js/file-manager.js') }}"></script> </body> </html>