1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/** * This file is internal to phpMyAdmin. * @license see the main phpMyAdmin license. * * @fileoverview A jquery plugin that allows drag&drop sorting in tables. * Coded because JQuery UI sortable doesn't support tables. Also it has no animation * * @name Sortable Table JQuery plugin * * @requires jQuery */ /** * Options: * * $('table').sortableTable({ * ignoreRect: { top, left, width, height } - Relative coordinates on each element. If the user clicks * in this area, it is not seen as a drag&drop request. Useful for toolbars etc. * events: { * start: callback function when the user starts dragging * drop: callback function after an element has been dropped * } * }) */ /** * Commands: * * $('table').sortableTable('init') - equivalent to $('table').sortableTable() * $('table').sortableTable('refresh') - if the table has been changed, refresh correctly assigns all events again * $('table').sortableTable('destroy') - removes all events from the table */ /** * Setup: * * Can be applied on any table, there is just one convention. * Each cell () has to contain one and only one element (preferably div or span) * which is the actually draggable element. */ (function ($) { jQuery.fn.sortableTable = function (method) { var methods = { init: function (options) { var tb = new SortableTableInstance(this, options); tb.init(); $(this).data('sortableTable', tb); }, refresh: function () { $(this).data('sortableTable').refresh(); }, destroy: function () { $(this).data('sortableTable').destroy(); } }; if (methods[method]) { return methods[method].apply(this, Array.prototype.slice.call(arguments, 1)); } else if (typeof method === 'object' || !method) { return methods.init.apply(this, arguments); } else { $.error('Method ' + method + ' does not exist on jQuery.sortableTable'); } function SortableTableInstance(table) { let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var down = false; var $draggedEl; var oldCell; var previewMove; var id; /* Mouse handlers on the child elements */ var onMouseUp = function (e) { dropAt(e.pageX, e.pageY); }; var onMouseDown = function (e) { $draggedEl = $(this).children(); if ($draggedEl.length === 0) { return; } if (options.ignoreRect && insideRect({ x: e.pageX - $draggedEl.offset().left, y: e.pageY - $draggedEl.offset().top }, options.ignoreRect)) { return; } down = true; oldCell = this; if (options.events && options.events.start) { options.events.start(this); } return false; }; var globalMouseMove = function (e) { if (down) { move(e.pageX, e.pageY); if (inside($(oldCell), e.pageX, e.pageY)) { if (previewMove !== null) { moveTo(previewMove); previewMove = null; } } else { $(table).find('td').each(function () { if (inside($(this), e.pageX, e.pageY)) { if ($(previewMove).attr('class') !== $(this).children().first().attr('class')) { if (previewMove !== null) { moveTo(previewMove); } previewMove = $(this).children().first(); if (previewMove.length > 0) { moveTo($(previewMove), { pos: { top: $(oldCell).offset().top - $(previewMove).parent().offset().top, left: $(oldCell).offset().left - $(previewMove).parent().offset().left } }); } } return false; } }); } } return false; }; var globalMouseOut = function () { if (down) { down = false; if (previewMove) { moveTo(previewMove); } moveTo($draggedEl); previewMove = null; } }; // Initialize sortable table this.init = function () { id = 1; // Add some required css to each child element in the s $(table).find('td').children().each(function () { // Remove any old occurrences of our added draggable-num class $(this).attr('class', $(this).attr('class').replace(/\s*draggable-\d+/g, '')); $(this).addClass('draggable-' + id++); }); // Mouse events $(table).find('td').on('mouseup', onMouseUp); $(table).find('td').on('mousedown', onMouseDown); $(document).on('mousemove', globalMouseMove); $(document).on('mouseleave', globalMouseOut); }; // Call this when the table has been updated this.refresh = function () { this.destroy(); this.init(); }; this.destroy = function () { // Add some required css to each child element in the s $(table).find('td').children().each(function () { // Remove any old occurrences of our added draggable-num class $(this).attr('class', $(this).attr('class').replace(/\s*draggable-\d+/g, '')); }); // Mouse events $(table).find('td').off('mouseup', onMouseUp); $(table).find('td').off('mousedown', onMouseDown); $(document).off('mousemove', globalMouseMove); $(document).off('mouseleave', globalMouseOut); }; function switchElement(drag, dropTo) { var dragPosDiff = { left: $(drag).children().first().offset().left - $(dropTo).offset().left, top: $(drag).children().first().offset().top - $(dropTo).offset().top }; var dropPosDiff = null; if ($(dropTo).children().length > 0) { dropPosDiff = { left: $(dropTo).children().first().offset().left - $(drag).offset().left, top: $(dropTo).children().first().offset().top - $(drag).offset().top }; } /* I love you append(). It moves the DOM Elements so gracefully <3 */ // Put the element in the way to old place $(drag).append($(dropTo).children().first()).children().stop(true, true).on('mouseup', onMouseUp); if (dropPosDiff) { $(drag).append($(dropTo).children().first()).children().css('left', dropPosDiff.left + 'px').css('top', dropPosDiff.top + 'px'); } // Put our dragged element into the space we just freed up $(dropTo).append($(drag).children().first()).children().on('mouseup', onMouseUp).css('left', dragPosDiff.left + 'px').css('top', dragPosDiff.top + 'px'); moveTo($(dropTo).children().first(), { duration: 100 }); moveTo($(drag).children().first(), { duration: 100 }); if (options.events && options.events.drop) { // Drop event. The drag child element is moved into the drop element // and vice versa. So the parameters are switched. // Calculate row and column index const colIdx = $(dropTo).prevAll().length; const rowIdx = $(dropTo).parent().prevAll().length; options.events.drop(drag, dropTo, { col: colIdx, row: rowIdx }); } } function move(x, y) { $draggedEl.offset({ top: Math.min($(document).height(), Math.max(0, y - $draggedEl.height() / 2)), left: Math.min($(document).width(), Math.max(0, x - $draggedEl.width() / 2)) }); } function inside($el, x, y) { var off = $el.offset(); return y >= off.top && x >= off.left && x < off.left + $el.width() && y < off.top + $el.height(); } function insideRect(pos, r) { return pos.y > r.top && pos.x > r.left && pos.y < r.top + r.height && pos.x < r.left + r.width; } function dropAt(x, y) { if (!down) { return; } down = false; var switched = false; $(table).find('td').each(function () { if ($(this).children().first().attr('class') !== $(oldCell).children().first().attr('class') && inside($(this), x, y)) { switchElement(oldCell, this); switched = true; } }); if (!switched) { if (previewMove) { moveTo(previewMove); } moveTo($draggedEl); } previewMove = null; } function moveTo(elem) { let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; if (!opts.pos) { opts.pos = { left: 0, top: 0 }; } if (!opts.duration) { opts.duration = 200; } $(elem).css('position', 'relative'); $(elem).animate({ top: opts.pos.top, left: opts.pos.left }, { duration: opts.duration, complete: function () { if (opts.pos.left === 0 && opts.pos.top === 0) { $(elem).css('position', '').css('left', '').css('top', ''); } } }); } } }; })(jQuery);