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
# __init__ for osgeo package. # making the osgeo package version the same as the gdal version: from sys import platform, version_info if version_info >= (3, 8, 0) and platform == 'win32': import os if 'USE_PATH_FOR_GDAL_PYTHON' in os.environ and 'PATH' in os.environ: for p in os.environ['PATH'].split(';'): if p: try: os.add_dll_directory(p) except (FileNotFoundError, OSError): continue elif 'PATH' in os.environ: import glob for p in os.environ['PATH'].split(';'): try: if glob.glob(os.path.join(p, 'gdal*.dll')) or glob.glob(os.path.join(p, 'libgdal*.dll')): os.add_dll_directory(p) break except (FileNotFoundError, OSError): continue def swig_import_helper(): import importlib from os.path import dirname, basename mname = basename(dirname(__file__)) + '._gdal' try: return importlib.import_module(mname) except ImportError: return importlib.import_module('_gdal') _gdal = swig_import_helper() del swig_import_helper __version__ = _gdal.__version__ = _gdal.VersionInfo("RELEASE_NAME") gdal_version = tuple(int(s) for s in str(__version__).split('.') if s.isdigit())[:3] python_version = tuple(version_info)[:3] # Setting this flag to True will cause importing osgeo to fail on an unsupported Python version. # Otherwise a deprecation warning will be issued instead. # Importing osgeo from an unsupported Python version might still partially work # because the core of GDAL Python bindings might still support an older Python version. # Hence the default option to just issue a warning. # To get complete functionality upgrading to the minimum supported version is needed. fail_on_unsupported_version = False # The following is a Sequence of tuples in the form of (gdal_version, python_version). # Each line represents the minimum supported Python version of a given GDAL version. # Introducing a new line for the next GDAL version will trigger a deprecation warning # when importing osgeo from a Python version which will not be # supported in the next version of GDAL. gdal_version_and_min_supported_python_version = ( ((0, 0), (0, 0)), ((1, 0), (2, 0)), ((2, 0), (2, 7)), ((3, 3), (3, 6)), # ((3, 4), (3, 7)), # ((3, 5), (3, 8)), ) def ver_str(ver): return '.'.join(str(v) for v in ver) if ver is not None else None minimum_supported_python_version_for_this_gdal_version = None this_python_version_will_be_deprecated_in_gdal_version = None last_gdal_version_to_supported_your_python_version = None next_version_of_gdal_will_use_python_version = None for gdal_ver, py_ver in gdal_version_and_min_supported_python_version: if gdal_version >= gdal_ver: minimum_supported_python_version_for_this_gdal_version = py_ver if python_version >= py_ver: last_gdal_version_to_supported_your_python_version = gdal_ver if not this_python_version_will_be_deprecated_in_gdal_version: if python_version < py_ver: this_python_version_will_be_deprecated_in_gdal_version = gdal_ver next_version_of_gdal_will_use_python_version = py_ver if python_version < minimum_supported_python_version_for_this_gdal_version: msg = 'Your Python version is {}, which is no longer supported by GDAL {}. ' \ 'Please upgrade your Python version to Python >= {}, ' \ 'or use GDAL <= {}, which supports your Python version.'.\ format(ver_str(python_version), ver_str(gdal_version), ver_str(minimum_supported_python_version_for_this_gdal_version), ver_str(last_gdal_version_to_supported_your_python_version)) if fail_on_unsupported_version: raise Exception(msg) else: from warnings import warn warn(msg, DeprecationWarning) elif this_python_version_will_be_deprecated_in_gdal_version: msg = 'You are using Python {} with GDAL {}. ' \ 'This Python version will be deprecated in GDAL {}. ' \ 'Please consider upgrading your Python version to Python >= {}, ' \ 'Which will be the minimum supported Python version of GDAL {}.'.\ format(ver_str(python_version), ver_str(gdal_version), ver_str(this_python_version_will_be_deprecated_in_gdal_version), ver_str(next_version_of_gdal_will_use_python_version), ver_str(this_python_version_will_be_deprecated_in_gdal_version)) from warnings import warn warn(msg, DeprecationWarning)