mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 23:38:20 -04:00
Adds EXIF and PHP version to info page.
This commit is contained in:
parent
efb447ae78
commit
d76e1194d1
4 changed files with 12 additions and 4 deletions
|
@ -32,7 +32,7 @@ html.no-js( lang="en" )
|
|||
|
||||
h2 server supports
|
||||
ul#tests
|
||||
li.test( data-id="php" )
|
||||
li.test.php( data-id="php" )
|
||||
span.test-label php version
|
||||
span.test-result ?
|
||||
div.test-info PHP version >= 5.2.1
|
||||
|
@ -44,6 +44,10 @@ html.no-js( lang="en" )
|
|||
span.test-label image thumbs
|
||||
span.test-result ?
|
||||
div.test-info PHP GD extension with JPEG support available
|
||||
li.test( data-id="exif" )
|
||||
span.test-label use exif thumbs
|
||||
span.test-result ?
|
||||
div.test-info PHP EXIF extension available
|
||||
li.test( data-id="ffmpeg" )
|
||||
span.test-label movie thumbs
|
||||
span.test-result ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue