aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2011-10-01 22:36:01 +0200
committerBartek Przybylski <bart.p.pl@gmail.com>2011-10-01 22:36:01 +0200
commit339d417420ae139d586e3409dc3b03bb65df48fa (patch)
treeecffed363a76a81cf3c1e49002d9233e98a72bfd /.htaccess
parent83e7f9d54a7275d88880419e7a3f36b1d39cdc14 (diff)
downloadnextcloud-server-339d417420ae139d586e3409dc3b03bb65df48fa.tar.gz
nextcloud-server-339d417420ae139d586e3409dc3b03bb65df48fa.zip
removing add new album button, removing logs, and unused code
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 18124826755..34c8a234514 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,7 @@ ErrorDocument 404 //owncloud/core/templates/404.php
<IfModule mod_php5.c>
php_value upload_max_filesize 512M
php_value post_max_size 512M
+ php_value memory_limit 128M
SetEnv htaccessWorking true
</IfModule>
Options -Indexes