Removes PharData check.

This commit is contained in:
Lars Jung 2013-07-19 12:18:46 +02:00
parent 8a07a5f9e3
commit 02dd104223
2 changed files with 0 additions and 6 deletions

View file

@ -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,