HEX
Server: LiteSpeed
System: Linux sv4.hami.host 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: armgroup (1008)
PHP: 8.2.32
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, mail, socket_create, socket_create_listen, socket_create_pair, link, dl, openlog, syslog, stream_socket_server, curl_multi_init
Upload Files
File: /home/armgroup/libs/storage/framework/views/1f75c71868452ea3793a129038fff97bf4d0fad3.php
<script>
    var lfm = function(id_name, type, options) {
        let button = document.getElementById(id_name);
        button.addEventListener('click', function () {
            var route_prefix = (options && options.prefix) ? options.prefix : '/laravel-filemanager';

            window.open(route_prefix + '?type=' + type || 'file', 'FileManager', 'width=900,height=600');
            window.SetUrl = function (items) {
                var file_path = items.map(function (item) {
                    return item.url;
                }).join(',');

                Livewire.emit('videoChanged', file_path);
            };
        });
    };
    lfm('video-lfm', 'file');
</script>
<?php /**PATH /home/technova/technovar/resources/views/livewire/admin/partials/video-lfm.blade.php ENDPATH**/ ?>