diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 15:00:44 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 15:00:44 +0000 |
| commit | 368037d4a4839d7ba701ca76b387ed18a9fa7cf3 (patch) | |
| tree | 7cbf568f759cc96f1a22a70e18ad544fd7e15bff /src/.htaccess | |
| parent | b0d6fa038a74d283db89f7967a1875c3ff9108c7 (diff) | |
| download | boca-368037d4a4839d7ba701ca76b387ed18a9fa7cf3.tar.gz boca-368037d4a4839d7ba701ca76b387ed18a9fa7cf3.zip | |
more memory limit
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 |