Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
quiz_tbf_accelerator
/
storage
/
framework
/
views
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
196d15c55e18eea0518a1ff98a7a9feae09feb81.php
| Size :
1.18
KB
Copy
<!DOCTYPE html> <html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSRF Token --> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <title><?php echo e(config('app.name', 'Laravel')); ?></title> <!-- Scripts --> <script src="<?php echo e(asset('js/admin_app.js')); ?>?v=<?php echo e(date('YmdHis', filemtime('js/admin_app.js'))); ?>" defer></script> <!-- Fonts --> <link rel="dns-prefetch" href="//fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet"> <!-- Styles --> <link rel="stylesheet" href="<?php echo e(asset('css/adminVueApp.css')); ?>?v=<?php echo e(date('YmdHis', filemtime('css/adminVueApp.css'))); ?>"> <link href="<?php echo e(asset('css/fonts.css')); ?>" rel="stylesheet"> <!-- FontAwesome --> <script src="https://kit.fontawesome.com/5746dc1534.js"></script> </head> <body> <div id="admin"> <Admin></Admin> </div> </body> </html> <?php /**PATH /home/tbf/quiz_tbf_accelerator/resources/views/admin/index.blade.php ENDPATH**/ ?>
Back