adding tmp icon for app, extending memory size for php in .htaccess
This commit is contained in:
parent
ee62eb7bb0
commit
c3d7ffc877
2 changed files with 6 additions and 6 deletions
10
.htaccess
10
.htaccess
|
@ -1,8 +1,8 @@
|
|||
ErrorDocument 404 //owncloud/core/templates/404.php
|
||||
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
|
||||
php_value upload_max_filesize 512M
|
||||
php_value post_max_size 512M
|
||||
php_value memory_limit 128M
|
||||
SetEnv htaccessWorking true
|
||||
</IfModule>
|
||||
Options -Indexes
|
||||
|
|
|
@ -8,6 +8,6 @@ OC_App::addNavigationEntry( array(
|
|||
'id' => 'gallery_index',
|
||||
'order' => 20,
|
||||
'href' => OC_Helper::linkTo('gallery', 'index.php'),
|
||||
'icon' => '',
|
||||
'icon' => OC_Helper::linkTo('', 'core/img/filetypes/image.png'),
|
||||
'name' => 'Gallery'));
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue