mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-24 14:30:03 +01:00
Removes PharData check.
This commit is contained in:
parent
8a07a5f9e3
commit
02dd104223
@ -52,10 +52,6 @@ html.no-js( lang="en" )
|
||||
span.test-label pdf thumbs
|
||||
span.test-result ?
|
||||
div.test-info command 'convert' available
|
||||
li.test( data-id="archive" )
|
||||
span.test-label php tar and zip
|
||||
span.test-result ?
|
||||
div.test-info PHP Phar extension available
|
||||
li.test( data-id="tar" )
|
||||
span.test-label shell tar
|
||||
span.test-result ?
|
||||
|
@ -273,7 +273,6 @@ class App {
|
||||
public function get_server_checks() {
|
||||
|
||||
$php = version_compare(PHP_VERSION, "5.2.1") >= 0;
|
||||
$archive = class_exists("PharData");
|
||||
$gd = false;
|
||||
if (function_exists("gd_info")) {
|
||||
$gdinfo = gd_info();
|
||||
@ -291,7 +290,6 @@ class App {
|
||||
"php" => $php,
|
||||
"cache" => $cache,
|
||||
"thumbs" => $gd,
|
||||
"archive" => $archive,
|
||||
"tar" => $tar,
|
||||
"zip" => $zip,
|
||||
"convert" => $convert,
|
||||
|
Loading…
x
Reference in New Issue
Block a user