From 96bfbb152d817ef92be072df7e686475828b5df1 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 23 Apr 2005 02:24:35 +0000 Subject: [PATCH] Bump screenshots up to 1024x768 from 800x600 in the config.php.sample and on the live server --- include/config.php.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.php.sample b/include/config.php.sample index 7c8b7e7..a6eb703 100644 --- a/include/config.php.sample +++ b/include/config.php.sample @@ -10,8 +10,8 @@ define("APPDB_DEBUG","0"); //turns debugging on/off define("APPDB_THUMBNAIL_WIDTH","128"); // width of the screenshot's thumbnails define("APPDB_THUMBNAIL_HEIGHT","128"); // height of the screenshot's thumbnails -define("APPDB_SCREENSHOT_MAXWIDTH","800"); // width of the screenshot's thumbnails -define("APPDB_SCREENSHOT_MAXHEIGHT","600"); // height of the screenshot's thumbnails +define("APPDB_SCREENSHOT_MAXWIDTH","1024"); // width of the screenshot's thumbnails +define("APPDB_SCREENSHOT_MAXHEIGHT","768"); // height of the screenshot's thumbnails define("APPDB_ROOT", "http://appdb.winehq.org/"); // path to AppDB define("APPDB_OWNER","WineHQ"); // with what product/company is this AppDB related ? define("APPDB_OWNER_URL","http://www.winehq.org/"); // website of this product/company