Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /snap/core20/2866/usr/lib/python3.8/__pycache__/ |
Upload File : |
U
�ʦi� � @ s2 d Z ddlmZ dgZd%dd�Zg Zdd� Ze�e� dd � Ze�e� d
d� Z e�e � dd
� Z
e�e
� dd� Ze�e� dd� Ze�e� dd� Z
e�e
� dd� Ze�e� dd� Ze�e� dd� Ze�e� dd� Ze�e� dd� Ze�e� dd� Ze�e� d d!� Zd"d#� Zed$k�r.e� dS )&z<Recognize image file formats based on their first few bytes.� )�PathLike�whatNc C s� d }zp|d krNt| ttf�r2t| d�}|�d�}n| �� }| �d�}| �|� tD ]}|||�}|rR| W �S qRW 5 |r�|� � X d S )N�rb� ) �close�
isinstance�strr �open�read�tell�seek�tests)�file�h�f�locationZtf�res� r �/usr/lib/python3.8/imghdr.pyr s
c C s | dd� dkrdS dS )z JPEG data in JFIF or Exif format� �
)s JFIFs ExifZjpegNr �r r r r r � test_jpeg% s r c C s | � d�rdS d S )Ns �PNG
Zpng��
startswithr r r r �test_png, s
r c C s | dd� dkrdS dS )zGIF ('87 and '89 variants)Nr )s GIF87as GIF89aZgifr r r r r �test_gif2 s r c C s | dd� dkrdS dS )z-TIFF (can be in Motorola or Intel byte order)N� )s MMs IIZtiffr r r r r � test_tiff9 s r c C s | � d�rdS dS )zSGI image librarys �ZrgbNr r r r r �test_rgb@ s
r c C s<