- use queued screenshot directory instead of mysql to store queued data
- use the config file to determine thumbnail size
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
* global params
|
||||
*/
|
||||
define("APPDB_DEBUG","0"); //turns debugging on/off
|
||||
define("APPDB_THUMBNAIL_WIDTH","100"); // width of the screenshot's thumbnails
|
||||
define("APPDB_THUMBNAIL_HEIGHT","75"); // height of the screenshot's thumbnails
|
||||
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_ROOT", "http://appdb.winehq.org/"); // path to AppDB
|
||||
define("STANDARD_NOTIFY_FOOTER","------- You are receiving this mail because: -------\n".
|
||||
"You are an maintainer of this application or an AppDB administrator\n".
|
||||
|
||||
Reference in New Issue
Block a user