Clarify README to specify that you must update APPDB_ROOT to point to your own address. Update
the config.php.sample to not refer to the actuall appdb site. Users may forget to update this field and end up on the live site without realizing it and do some unintended damage.
This commit is contained in:
@@ -13,7 +13,7 @@ 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","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_ROOT", "http://localhost/appdb/"); // 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
|
||||
define("APPDB_OWNER_EMAIL","appdb@winehq.org"); // e-mail of this product/company
|
||||
|
||||
Reference in New Issue
Block a user