diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-24 15:32:08 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-24 15:32:08 +0000 |
| commit | e96523591cef72ac59393b23a615db843493e3b0 (patch) | |
| tree | ba550228f90dd575eb44826e3750c4de07e09b34 /src/.htaccess | |
| parent | 51c0ed8e6eef3892a091493c9f1be4d064a2c301 (diff) | |
| download | boca-e96523591cef72ac59393b23a615db843493e3b0.tar.gz boca-e96523591cef72ac59393b23a615db843493e3b0.zip | |
to have or not to have htaccess
Diffstat (limited to 'src/.htaccess')
| -rw-r--r-- | src/.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/.htaccess b/src/.htaccess new file mode 100644 index 0000000..dbafa30 --- /dev/null +++ b/src/.htaccess @@ -0,0 +1,5 @@ +php_flag output_buffering on +php_value memory_limit 256M +php_value post_max_size 128M +php_flag magic_quotes_gpc off +php_value upload_max_filesize 128M |