From 48eaf354ec732c31ed60dde8db082dda2a937796 Mon Sep 17 00:00:00 2001 From: vSchoener Date: Thu, 26 Jan 2012 16:36:39 +0000 Subject: [PATCH] // Fix deleted check_curl --- .../themes/default/template/controllers/modules/filters.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/modules/filters.tpl b/admin-dev/themes/default/template/controllers/modules/filters.tpl index 8c8c19fc3..fa085ac2b 100644 --- a/admin-dev/themes/default/template/controllers/modules/filters.tpl +++ b/admin-dev/themes/default/template/controllers/modules/filters.tpl @@ -27,7 +27,7 @@ {if !isset($logged_on_addons)} - {if $check_url_fopen eq 'ko' OR $check_curl eq 'ko' OR $check_openssl eq 'ko'} + {if $check_url_fopen eq 'ko' OR $check_openssl eq 'ko'}
{l s='If you want to be able to fully use the AdminModules pannel and have free modules available, you should enable the following configuration on your server :'}