diff --git a/ext/index/theme.php b/ext/index/theme.php index b84a52b3..83d35990 100644 --- a/ext/index/theme.php +++ b/ext/index/theme.php @@ -22,7 +22,7 @@ and of course start organising your images :-) EOD; $page->set_title("Welcome to Shimmie ".VERSION); $page->set_heading("Welcome to Shimmie"); - $page->add_block(new Block("Welcome", $text, "main", 0)); + $page->add_block(new Block("Installation Succeeded!", $text, "main", 0)); } public function display_page(Page $page, $images) { diff --git a/ext/upload/main.php b/ext/upload/main.php index 355e781e..44c8fca1 100644 --- a/ext/upload/main.php +++ b/ext/upload/main.php @@ -37,7 +37,7 @@ class Upload implements Extension { if($event instanceof InitExtEvent) { global $config; $config->set_default_int('upload_count', 3); - $config->set_default_int('upload_size', '256KB'); + $config->set_default_int('upload_size', '1MB'); $config->set_default_bool('upload_anon', false); } diff --git a/themes/default/layout.class.php b/themes/default/layout.class.php index 167011c8..f3167810 100644 --- a/themes/default/layout.class.php +++ b/themes/default/layout.class.php @@ -60,7 +60,7 @@ $header_html