From 0db255d76d6d225476cad8c7bb7463df9812f83b Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 22 Jan 2009 02:36:12 -0800 Subject: [PATCH] welcome to the future --- ext/index/theme.php | 2 +- ext/upload/main.php | 2 +- themes/default/layout.class.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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
Images © their respective owners, $version © - Shish 2007-2008, + Shish 2007-2009, based on the Danbooru concept. $debug $contact