From 865f34c201d8dfa78c80111989fce423b4329b2d Mon Sep 17 00:00:00 2001 From: Andreas Date: Thu, 19 Nov 2009 15:51:58 +0100 Subject: allow_url_fopen for extmanger --- templates/vhosts/php_typo3/CentOS.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/vhosts/php_typo3') diff --git a/templates/vhosts/php_typo3/CentOS.erb b/templates/vhosts/php_typo3/CentOS.erb index 4532ea6..2fba4bf 100644 --- a/templates/vhosts/php_typo3/CentOS.erb +++ b/templates/vhosts/php_typo3/CentOS.erb @@ -128,6 +128,8 @@ <%- unless real_php_safe_mode_exec_bin_dir.to_s == 'absent' then -%> php_admin_value safe_mode_exec_dir <%= real_php_safe_mode_exec_bin_dir %> <%- end -%> + # turn allow_url_fopen on for the extension manager fetch + php_admin_value allow_url_fopen On -- cgit v1.2.3