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
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. #[=======================================================================[.rst: FindLibKML ---------- Find the LibKML headers and libraries. This module accept optional COMPONENTS to check supported sub modules:: LIBKML_BASE_LIBRARY LIBKML_DOM_LIBRARY LIBKML_ENGINE_LIBRARY LIBKML_CONVENIENCE_LIBRARY LIBKML_XSD_LIBRARY IMPORTED Targets ^^^^^^^^^^^^^^^^ This module defines :prop_tgt:`IMPORTED` target ``LIBKML::LibKML``, if found. Result Variables ^^^^^^^^^^^^^^^^ This module defines the following variables: ``LIBKML_FOUND`` True if libkml found. ``LIBKML_INCLUDE_DIRS`` where to find header files. ``LIBKML_LIBRARIES`` List of libraries when using libkml. ``LIBKML_VERSION_STRING`` The version of libkml found. #]=======================================================================] find_package(PkgConfig QUIET) if(PKG_CONFIG_FOUND) pkg_check_modules(PC_LIBKML QUIET libkml) if(PC_LIBKML_VERSION) endif() endif() find_path(LIBKML_INCLUDE_DIR NAMES kml/engine.h kml/dom.h HINTS ${PC_LIBKML_INCLUDE_DIRS}) mark_as_advanced(LIBKML_INCLUDE_DIR) find_library(LIBKML_BASE_LIBRARY NAMES kmlbase libkmlbase NAMES_PER_DIR HINTS ${PC_LIBKML_LIBRARY_DIRS} ) mark_as_advanced(LIBKML_BASE_LIBRARY) set(libkml_known_components DOM CONVENIENCE ENGINE REGIONATOR) foreach(_comp IN LISTS libkml_known_components) if(${_comp} IN_LIST LibKML_FIND_COMPONENTS) string(TOLOWER ${_comp} _name) find_library(LIBKML_${_comp}_LIBRARY NAMES kml${_name} libkml${_name} NAMES_PER_DIR HINTS ${PC_LIBKML_LIBRARY_DIRS} ) mark_as_advanced(LIBKML_${_comp}_LIBRARY) endif() endforeach() set(libkml_helpers MINIZIP URIPARSER) foreach(_helper IN LISTS libkml_helpers) string(TOLOWER ${_helper} _name) find_library(LIBKML_${_helper}_LIBRARY NAMES ${_name} lib${_name} NAMES_PER_DIR HINTS ${PC_LIBKML_LIBRARY_DIRS} ) mark_as_advanced(LIBKML_${_helper}_LIBRARY) endforeach() if(LIBKML_INCLUDE_DIR AND NOT LIBKML_VERSION) file(STRINGS ${LIBKML_INCLUDE_DIR}/kml/base/version.h libkml_version_h_string REGEX "^#define[\t ]+LIBKML_(MAJOR|MINOR|MICRO)_VERSION[\t ]+[0-9]+") string(REGEX REPLACE ".*LIBKML_MAJOR_VERSION[\t ]+([0-9]+).*" "\\1" LIBKML_VERSION_MAJOR "${libkml_version_h_string}") string(REGEX REPLACE ".*LIBKML_MINOR_VERSION[\t ]+([0-9]+).*" "\\1" LIBKML_VERSION_MINOR "${libkml_version_h_string}") string(REGEX REPLACE ".*LIBKML_MICRO_VERSION[\t ]+([0-9]+).*" "\\1" LIBKML_VERSION_MICRO "${libkml_version_h_string}") set(LIBKML_VERSION_STRING "${LIBKML_VERSION_MAJOR}.${LIBKML_VERSION_MINOR}.${LIBKML_VERSION_MICRO}") endif() set(libkml_required_vars LIBKML_BASE_LIBRARY LIBKML_INCLUDE_DIR) foreach(_comp IN LISTS LibKML_FIND_COMPONENTS) set(libkml_required_vars ${libkml_required_vars} "LIBKML_${_comp}_LIBRARY") endforeach() include(FindPackageHandleStandardArgs) find_package_handle_standard_args(LibKML FOUND_VAR LIBKML_FOUND REQUIRED_VARS ${libkml_required_vars} VERSION_VAR LIBKML_VERSION_STRING) if(LIBKML_FOUND) set(LIBKML_INCLUDE_DIRS "${LIBKML_INCLUDE_DIR}") set(LIBKML_LIBRARIES "${LIBKML_BASE_LIBRARY}") if(NOT TARGET LIBKML::LibKML) add_library(LIBKML::LibKML UNKNOWN IMPORTED) set_target_properties(LIBKML::LibKML PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${LIBKML_INCLUDE_DIR}" IMPORTED_LINK_INTERFACE_LANGUAGES "C++" IMPORTED_LOCATION "${LIBKML_BASE_LIBRARY}") endif() foreach(_comp IN LISTS libkml_known_components) if(${_comp} IN_LIST LibKML_FIND_COMPONENTS) list(APPEND LIBKML_LIBRARIES "${LIBKML_${_comp}_LIBRARY}") if(NOT TARGET LIBKML::${_comp}) add_library(LIBKML::${_comp} UNKNOWN IMPORTED) set_target_properties(LIBKML::${_comp} PROPERTIES IMPORTED_LINK_INTERFACE_LANGUAGES "C++" IMPORTED_LOCATION "${LIBKML_${_comp}_LIBRARY}") endif() endif() endforeach() foreach(_helper IN LISTS libkml_helpers) if(LIBKML_${_helper}_LIBRARY) list(APPEND LIBKML_LIBRARIES "${LIBKML_${_helper}_LIBRARY}") if(NOT TARGET LIBKML::${_helper}) add_library(LIBKML::${_helper} UNKNOWN IMPORTED) set_target_properties(LIBKML::${_helper} PROPERTIES IMPORTED_LINK_INTERFACE_LANGUAGES "C++" IMPORTED_LOCATION "${LIBKML_${_helper}_LIBRARY}") endif() endif() endforeach() endif()