Removed dependancy check for GD as thumbnail processing is now handled by the Plex API.

This commit is contained in:
Luke L
2011-01-02 22:28:37 +00:00
parent 113a425efa
commit eb8baad7dc

View File

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