Skip to content

Commit a2a763d

Browse files
committed
fix typo
1 parent be7dbf1 commit a2a763d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/php/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$__version__ = '3.0.5';
1010
$__password__ = '';
1111
$__timeout__ = 20;
12-
$__content_type__ = 'image/gif'
12+
$__content_type__ = 'image/gif';
1313

1414
class URLFetch {
1515
protected $body_maxsize = 4194304;

0 commit comments

Comments
 (0)