Skip to content
Snippets Groups Projects
Select Git revision
  • bb52271d220c2cc94e6823f39dfcbd5d842daba0
  • master default protected
2 results

index.php

Blame
  • .htaccess 198 B
    ErrorDocument 404 //owncloud/core/templates/404.php
    <IfModule mod_php5.c>
    	php_value upload_max_filesize 512M
    	php_value post_max_size 512M
    	SetEnv htaccessWorking true
    </IfModule>
    Options -Indexes