From 4feb6c77421b3f619f7569d68875e032dc0390d2 Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 17 May 2007 03:48:58 +0000 Subject: [PATCH] removed redundant defaults git-svn-id: file:///home/shish/svn/shimmie2/trunk@108 7f39781d-f577-437e-ae19-be835c7a54ca --- core/config.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/config.class.php b/core/config.class.php index 4f0bfd62..9e7525d2 100644 --- a/core/config.class.php +++ b/core/config.class.php @@ -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