Skip to content
Snippets Groups Projects
Commit c3d7ffc8 authored by Bartek Przybylski's avatar Bartek Przybylski
Browse files

adding tmp icon for app, extending memory size for php in .htaccess

parent ee62eb7b
No related branches found
No related tags found
No related merge requests found
ErrorDocument 404 //owncloud/core/templates/404.php ErrorDocument 404 /owncloud/core/templates/404.php
<IfModule mod_php5.c> <IfModule mod_php5.c>
php_value upload_max_filesize 512M php_value upload_max_filesize 512M
php_value post_max_size 512M php_value post_max_size 512M
php_value memory_limit 128M php_value memory_limit 128M
SetEnv htaccessWorking true SetEnv htaccessWorking true
</IfModule> </IfModule>
Options -Indexes Options -Indexes
...@@ -8,6 +8,6 @@ OC_App::addNavigationEntry( array( ...@@ -8,6 +8,6 @@ OC_App::addNavigationEntry( array(
'id' => 'gallery_index', 'id' => 'gallery_index',
'order' => 20, 'order' => 20,
'href' => OC_Helper::linkTo('gallery', 'index.php'), 'href' => OC_Helper::linkTo('gallery', 'index.php'),
'icon' => '', 'icon' => OC_Helper::linkTo('', 'core/img/filetypes/image.png'),
'name' => 'Gallery')); 'name' => 'Gallery'));
?> ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment