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
/* contrib/hstore/hstore--1.3--1.4.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION \echo Use "ALTER EXTENSION hstore UPDATE TO '1.4'" to load this file. \quit -- Update procedure signatures the hard way. -- We use to_regprocedure() so that query doesn't fail if run against 9.6beta1 definitions, -- wherein the signatures have been updated already. In that case to_regprocedure() will -- return NULL and no updates will happen. DO LANGUAGE plpgsql $$ DECLARE my_schema pg_catalog.text := pg_catalog.quote_ident(pg_catalog.current_schema()); old_path pg_catalog.text := pg_catalog.current_setting('search_path'); BEGIN -- for safety, transiently set search_path to just pg_catalog+pg_temp PERFORM pg_catalog.set_config('search_path', 'pg_catalog, pg_temp', true); UPDATE pg_catalog.pg_proc SET proargtypes = pg_catalog.array_to_string(newtypes::pg_catalog.oid[], ' ')::pg_catalog.oidvector, pronargs = pg_catalog.array_length(newtypes, 1) FROM (VALUES (NULL::pg_catalog.text, NULL::pg_catalog.text[]), -- establish column types ('ghstore_same(internal,internal,internal)', '{SCH.ghstore,SCH.ghstore,internal}'), ('ghstore_consistent(internal,internal,int4,oid,internal)', '{internal,SCH.hstore,int2,oid,internal}'), ('gin_extract_hstore(internal,internal)', '{SCH.hstore,internal}'), ('gin_extract_hstore_query(internal,internal,int2,internal,internal)', '{SCH.hstore,internal,int2,internal,internal}'), ('gin_consistent_hstore(internal,int2,internal,int4,internal,internal)', '{internal,int2,SCH.hstore,int4,internal,internal}') ) AS update_data (oldproc, newtypestext), LATERAL ( SELECT array_agg(replace(typ, 'SCH', my_schema)::regtype) as newtypes FROM unnest(newtypestext) typ ) ls WHERE oid = to_regprocedure(my_schema || '.' || replace(oldproc, 'SCH', my_schema)); UPDATE pg_catalog.pg_proc SET prorettype = (my_schema || '.ghstore')::pg_catalog.regtype WHERE oid = pg_catalog.to_regprocedure((my_schema || '.ghstore_union(internal,internal)')); PERFORM pg_catalog.set_config('search_path', old_path, true); END $$; ALTER FUNCTION hstore_in(cstring) PARALLEL SAFE; ALTER FUNCTION hstore_out(hstore) PARALLEL SAFE; ALTER FUNCTION hstore_recv(internal) PARALLEL SAFE; ALTER FUNCTION hstore_send(hstore) PARALLEL SAFE; ALTER FUNCTION hstore_version_diag(hstore) PARALLEL SAFE; ALTER FUNCTION fetchval(hstore, text) PARALLEL SAFE; ALTER FUNCTION slice_array(hstore, text[]) PARALLEL SAFE; ALTER FUNCTION slice(hstore, text[]) PARALLEL SAFE; ALTER FUNCTION isexists(hstore, text) PARALLEL SAFE; ALTER FUNCTION exist(hstore, text) PARALLEL SAFE; ALTER FUNCTION exists_any(hstore, text[]) PARALLEL SAFE; ALTER FUNCTION exists_all(hstore, text[]) PARALLEL SAFE; ALTER FUNCTION isdefined(hstore, text) PARALLEL SAFE; ALTER FUNCTION defined(hstore, text) PARALLEL SAFE; ALTER FUNCTION delete(hstore, text) PARALLEL SAFE; ALTER FUNCTION delete(hstore, text[]) PARALLEL SAFE; ALTER FUNCTION delete(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hs_concat(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hs_contains(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hs_contained(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION tconvert(text, text) PARALLEL SAFE; ALTER FUNCTION hstore(text, text) PARALLEL SAFE; ALTER FUNCTION hstore(text[], text[]) PARALLEL SAFE; ALTER FUNCTION hstore(text[]) PARALLEL SAFE; ALTER FUNCTION hstore_to_json(hstore) PARALLEL SAFE; ALTER FUNCTION hstore_to_json_loose(hstore) PARALLEL SAFE; ALTER FUNCTION hstore_to_jsonb(hstore) PARALLEL SAFE; ALTER FUNCTION hstore_to_jsonb_loose(hstore) PARALLEL SAFE; ALTER FUNCTION hstore(record) PARALLEL SAFE; ALTER FUNCTION hstore_to_array(hstore) PARALLEL SAFE; ALTER FUNCTION hstore_to_matrix(hstore) PARALLEL SAFE; ALTER FUNCTION akeys(hstore) PARALLEL SAFE; ALTER FUNCTION avals(hstore) PARALLEL SAFE; ALTER FUNCTION skeys(hstore) PARALLEL SAFE; ALTER FUNCTION svals(hstore) PARALLEL SAFE; ALTER FUNCTION each(hstore) PARALLEL SAFE; ALTER FUNCTION populate_record(anyelement, hstore) PARALLEL SAFE; ALTER FUNCTION hstore_eq(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hstore_ne(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hstore_gt(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hstore_ge(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hstore_lt(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hstore_le(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hstore_cmp(hstore, hstore) PARALLEL SAFE; ALTER FUNCTION hstore_hash(hstore) PARALLEL SAFE; ALTER FUNCTION ghstore_in(cstring) PARALLEL SAFE; ALTER FUNCTION ghstore_out(ghstore) PARALLEL SAFE; ALTER FUNCTION ghstore_compress(internal) PARALLEL SAFE; ALTER FUNCTION ghstore_decompress(internal) PARALLEL SAFE; ALTER FUNCTION ghstore_penalty(internal, internal, internal) PARALLEL SAFE; ALTER FUNCTION ghstore_picksplit(internal, internal) PARALLEL SAFE; ALTER FUNCTION ghstore_union(internal, internal) PARALLEL SAFE; ALTER FUNCTION ghstore_same(ghstore, ghstore, internal) PARALLEL SAFE; ALTER FUNCTION ghstore_consistent(internal, hstore, smallint, oid, internal) PARALLEL SAFE; ALTER FUNCTION gin_extract_hstore(hstore, internal) PARALLEL SAFE; ALTER FUNCTION gin_extract_hstore_query(hstore, internal, int2, internal, internal) PARALLEL SAFE; ALTER FUNCTION gin_consistent_hstore(internal, int2, hstore, int4, internal, internal) PARALLEL SAFE;