Implemented ace-edtior as an app. Basic file editing and saving supported.
parent
c6f78fbe43
commit
1f74e76d83
@ -1,7 +1,7 @@
|
||||
ErrorDocument 404 //owncloud/core/templates/404.php
|
||||
ErrorDocument 404 /core/templates/404.php
|
||||
<IfModule mod_php5.c>
|
||||
php_value upload_max_filesize 512M
|
||||
php_value post_max_size 512M
|
||||
SetEnv htaccessWorking true
|
||||
php_value upload_max_filesize 512M
|
||||
php_value post_max_size 512M
|
||||
SetEnv htaccessWorking true
|
||||
</IfModule>
|
||||
Options -Indexes
|
||||
|
||||
Loading…
Reference in New Issue