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 OSI approved BSD-3 style License. See accompanying # file Copyright.txt. #[=======================================================================[.rst: DefineFindPackage2 ------------------ Define `find_package2()` which has similar functionality as `find_package` and `define_find_package2()` that declare package properties to find. `find_package2()` returns `_FOUND`, `_LIBRARIES` and `_INCLUDE_DIRS' variables. And also set imported Target `::`. `find_package2()` accept two options, `QUIET` and `REQUIRED`. There is no support for `VERSION` and `COMPONENTS`. This script only support package that has only one library name and single directory for include files. If your target is supposed not as the condition, it is a time to make a actual custom Find*.cmake file. #]=======================================================================] if(__INCLUDED_DEFINE_FIND_PACKAGE2__) return() endif() set(__INCLUDED_DEFINE_FIND_PACKAGE2__ TRUE) include(FindPackageMessage) include(FindPackageHandleStandardArgs) function(define_find_package2 pkgname include_file library_name) set(_options) set(_oneValueArgs PKGCONFIG_NAME FIND_PATH_SUFFIX) set(_multiValueArgs) cmake_parse_arguments(_DFP "${_options}" "${_oneValueArgs}" "${_multiValueArgs}" ${ARGN}) get_property(DEFINE_FIND_PACKAGE_DEFINED GLOBAL PROPERTY define_find_package_pkgname DEFINED) if(NOT DEFINE_FIND_PACKAGE_DEFINED) define_property(GLOBAL PROPERTY define_find_package_pkgname BRIEF_DOCS "list of package names which is defined with define_find_package2" FULL_DOCS "list of package names which is defined with define_find_package2.") define_property(GLOBAL PROPERTY define_find_package_include_file BRIEF_DOCS "list of include file names which is defined with define_find_package2" FULL_DOCS "list of include file names which is defined with define_find_package2." "The order should be as same as define_find_package_pkgname.") define_property(GLOBAL PROPERTY define_find_package_library_name BRIEF_DOCS "list of library names which is defined with define_find_package2" FULL_DOCS "list of library names which is defined with define_find_package2." "The order should be as same as define_find_package_pkgname.") define_property(GLOBAL PROPERTY define_find_package_pkgconfig_name BRIEF_DOCS "list of pkg-config names which is defined with define_find_package2" FULL_DOCS "list of pkg-config names which is defined with define_find_package2." "The order should be as same as define_find_package_pkgname.") define_property(GLOBAL PROPERTY define_find_package_find_path_suffix BRIEF_DOCS "list of FIND_PATH_SUFFIX which is defined with define_find_package2" FULL_DOCS "list of FIND_PATH_SUFFIX which is defined with define_find_package2." "The order should be as same as define_find_package_pkgname.") endif() set_property(GLOBAL APPEND PROPERTY define_find_package_pkgname ${pkgname}) set_property(GLOBAL APPEND PROPERTY define_find_package_include_file ${include_file}) set_property(GLOBAL APPEND PROPERTY define_find_package_library_name ${library_name}) if(DEFINED _DFP_PKGCONFIG_NAME) set_property(GLOBAL APPEND PROPERTY define_find_package_pkgconfig_name "${_DFP_PKGCONFIG_NAME}") else() set_property(GLOBAL APPEND PROPERTY define_find_package_pkgconfig_name "_unset_") endif() if(DEFINED _DFP_FIND_PATH_SUFFIX) set_property(GLOBAL APPEND PROPERTY define_find_package_find_path_suffix "${_DFP_FIND_PATH_SUFFIX}") else() set_property(GLOBAL APPEND PROPERTY define_find_package_find_path_suffix "_unset_") endif() set(FIND_PACKAGE2_${pkgname}_ENABLED TRUE CACHE BOOL "Use find_package2 for dependency ${pkgname}") mark_as_advanced(FIND_PACKAGE2_${pkgname}_ENABLED) endfunction() function(find_package2 pkgname) set(_options QUIET REQUIRED) set(_oneValueArgs OUT_DEPENDENCY) set(_multiValueArgs) cmake_parse_arguments(arg "${_options}" "${_oneValueArgs}" "${_multiValueArgs}" ${ARGN}) if(arg_QUIET) set(${pkgname}_FIND_QUIETLY TRUE) endif() if(arg_REQUIRED) set(${pkgname}_FIND_REQUIRED TRUE) endif() get_property(pkgname_list GLOBAL PROPERTY define_find_package_pkgname) list(FIND pkgname_list ${pkgname} index) if(index GREATER -1) get_property(include_file_list GLOBAL PROPERTY define_find_package_include_file) list(GET include_file_list ${index} include_file) get_property(library_name_list GLOBAL PROPERTY define_find_package_library_name) list(GET library_name_list ${index} library_name) get_property(pkgconfig_name_list GLOBAL PROPERTY define_find_package_pkgconfig_name) list(GET pkgconfig_name_list ${index} pkgconfig_name) get_property(find_path_suffix_list GLOBAL PROPERTY define_find_package_find_path_suffix) list(GET find_path_suffix_list ${index} find_path_suffix) else() ## debug message # find_package_message(${pkgname} "Cannot Find definition for ${pkgname} package" "") return() endif() string(TOUPPER ${pkgname} key) if(NOT pkgconfig_name STREQUAL "_unset_") find_package(PkgConfig QUIET) if(PKG_CONFIG_FOUND) pkg_check_modules(PC_${key} QUIET ${pkgconfig_name}) if(DEFINED PC_${key}_VERSION) set(${key}_VERSION_STRING ${PC_${key}_VERSION}) endif() if(DEFINED PC_${key}_INCLUDE_DIRS) set(_pc_include_dirs "${PC_${key}_INCLUDE_DIRS}") endif() if(DEFINED PC_${key}_LIBRARY_DIRS) set(_pc_library_dirs "${PC_${key}_LIBRARY_DIRS}") endif() endif() endif() if(NOT find_path_suffix STREQUAL "_unset_") set(_find_path_suffix "${find_path_suffix}") endif() if(DEFINED ${key}_ROOT) set(HINT_PATH "${${key}_ROOT}") endif() find_path(${pkgname}_INCLUDE_DIR ${include_file} HINTS ${HINT_PATH}/include ${_pc_include_dirs} PATH_SUFFIXES ${_find_path_suffix}) find_library(${pkgname}_LIBRARY ${library_name} HINTS ${HINT_PATH}/lib ${_pc_library_dirs}) find_package_handle_standard_args(${pkgname} FOUND_VAR ${key}_FOUND REQUIRED_VARS ${pkgname}_LIBRARY ${pkgname}_INCLUDE_DIR) mark_as_advanced(${pkgname}_INCLUDE_DIR ${pkgname}_LIBRARY) if(${key}_FOUND) set_property(GLOBAL APPEND PROPERTY PACKAGES_FOUND "${pkgname}") set(${key}_INCLUDE_DIRS "${${pkgname}_INCLUDE_DIR}" PARENT_SCOPE) set(${key}_LIBRARIES "${${pkgname}_LIBRARY}" PARENT_SCOPE) if(NOT TARGET ${key}::${pkgname}) add_library(${key}::${pkgname} UNKNOWN IMPORTED) set_target_properties(${key}::${pkgname} PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${${pkgname}_INCLUDE_DIR}" IMPORTED_LINK_LANGUAGES C IMPORTED_LOCATION "${${pkgname}_LIBRARY}") endif() if(arg_OUT_DEPENDENCY) set(output "define_find_package2(${pkgname} \"${include_file}\" \"${library_name}\"") if(NOT pkgconfig_name STREQUAL "_unset_") string(APPEND output " PKGCONFIG_NAME \"${pkgconfig_name}\"") endif() if(NOT find_path_suffix STREQUAL "_unset_") string(APPEND output " FIND_PATH_SUFFIX \"${find_path_suffix}\"") endif() string(APPEND output ")\nfind_package2(${pkgname} REQUIRED)\n") set(${arg_OUT_DEPENDENCY} ${output} PARENT_SCOPE) endif() else() set_property(GLOBAL APPEND PROPERTY PACKAGES_NOT_FOUND "${pkgname}") endif() set(${key}_FOUND ${${key}_FOUND} PARENT_SCOPE) endfunction()