From 07ec82427802ac71c95b5e9d34b4bda85fce8a4f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 3 Nov 2009 13:10:44 +0000 Subject: [PATCH] better default for Export "asfile" --- libraries/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 3245a36db..ec3680797 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -1018,7 +1018,7 @@ $cfg['Export']['compression'] = 'none'; * * @global boolean $cfg['Export']['asfile'] */ -$cfg['Export']['asfile'] = false; +$cfg['Export']['asfile'] = true; /** *