welcome to the future

This commit is contained in:
Shish 2009-01-22 02:36:12 -08:00
parent 34f8f4a3b8
commit 0db255d76d
3 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

@ -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);
}

View File

@ -60,7 +60,7 @@ $header_html
<hr>
Images &copy; their respective owners,
<a href="http://trac.shishnet.org/shimmie2/">$version</a> &copy;
<a href="http://www.shishnet.org/">Shish</a> 2007-2008,
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
based on the <a href="http://trac.shishnet.org/shimmie2/wiki/DanbooruRipoff">Danbooru</a> concept.
$debug
$contact