One Hat Cyber Team
Your IP :
172.71.120.55
Server IP :
188.114.97.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
storage
/
framework
/
views
/
View File Name :
483e0087aec4eea81ba63576330d7906.php
<?php $__currentLoopData = config('adminlte.plugins'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pluginName => $plugin): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $plugSection = View::getSection('plugins.' . ($plugin['name'] ?? $pluginName)); $isPlugActive = $plugin['active'] ? ! isset($plugSection) || $plugSection : ! empty($plugSection); ?> <?php if($isPlugActive): ?> <?php $__currentLoopData = $plugin['files']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $file): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (! empty($file['asset'])) { $file['location'] = asset($file['location']); } ?> <?php if($file['type'] == $type && $type == 'css'): ?> <link rel="stylesheet" href="<?php echo e($file['location']); ?>"> <?php elseif($file['type'] == $type && $type == 'js'): ?> <script src="<?php echo e($file['location']); ?>" <?php if(! empty($file['defer'])): ?> defer <?php endif; ?>></script> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php /**PATH /var/www/html/resources/views/vendor/adminlte/plugins.blade.php ENDPATH**/ ?>