diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 15:01:05 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 15:01:05 +0000 |
| commit | a2335d0700e47811cb424cc58bf7aed4a06096d5 (patch) | |
| tree | b1596f3687ecb628084e291b5ea46f20d439e94e /src/.htaccess | |
| parent | 202408f9f0194c66e6ebd2ccfd30892baaaaac48 (diff) | |
| parent | 368037d4a4839d7ba701ca76b387ed18a9fa7cf3 (diff) | |
| download | boca-a2335d0700e47811cb424cc58bf7aed4a06096d5.tar.gz boca-a2335d0700e47811cb424cc58bf7aed4a06096d5.zip | |
Merge branch 'devel'
Diffstat (limited to 'src/.htaccess')
| -rw-r--r-- | src/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.htaccess b/src/.htaccess index dbafa30..7c89b5b 100644 --- a/src/.htaccess +++ b/src/.htaccess @@ -1,5 +1,5 @@ php_flag output_buffering on -php_value memory_limit 256M +php_value memory_limit 1024M php_value post_max_size 128M php_flag magic_quotes_gpc off php_value upload_max_filesize 128M |