removed redundant defaults
git-svn-id: file:///home/shish/svn/shimmie2/trunk@108 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
8aa30d3ed2
commit
4feb6c7742
1 changed files with 0 additions and 4 deletions
|
@ -10,9 +10,6 @@ class Config {
|
|||
'data_href' => './', # setup
|
||||
'theme' => 'default', # setup
|
||||
'debug_enabled' => true, # hidden
|
||||
'anon_id' => 0, # general
|
||||
'dir_images' => 'images', # general
|
||||
'dir_thumbs' => 'thumbs', # general
|
||||
'index_width' => 3, # index
|
||||
'index_height' => 4, # index
|
||||
'index_tips' => true,
|
||||
|
@ -20,7 +17,6 @@ class Config {
|
|||
'thumb_height' => 192, # index
|
||||
'thumb_quality' => 75, # index
|
||||
'thumb_gd_mem_limit' => '8MB', # upload
|
||||
'view_scale' => false, # view
|
||||
'tags_default' => 'map', # (ignored)
|
||||
'tags_min' => '2', # tags
|
||||
'upload_count' => 3, # upload
|
||||
|
|
Reference in a new issue