From eb8baad7dc84f437c2e75d3655d338b81a43e861 Mon Sep 17 00:00:00 2001 From: Luke L Date: Sun, 2 Jan 2011 22:28:37 +0000 Subject: [PATCH] Removed dependancy check for GD as thumbnail processing is now handled by the Plex API. --- cli.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cli.php b/cli.php index 5e44f98..847d03e 100644 --- a/cli.php +++ b/cli.php @@ -597,11 +597,6 @@ function check_dependancies() { $errors = true; } - if(!extension_loaded('gd')) { - plex_error('GD is not enabled'); - $errors = true; - } - if(!ini_get('allow_url_fopen')) { plex_error('Remote URL access is disabled (allow_url_fopen)'); $errors = true;