Module: appdb Branch: master Commit: 5fd113cf9148109f82df50f900329ba9f63adfb6 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=5fd113cf9148109f82df50f90...
Author: Jeremy Newman jnewman@codeweavers.com Date: Fri Nov 18 13:53:52 2016 -0600
update default bug and main website urls
No, we are not going to drop the http syntax for // Emails also use these vars, and the website is always https now, so use the default of https://
---
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 303f278..53cba20 100644 --- a/include/config.php.sample +++ b/include/config.php.sample @@ -15,10 +15,10 @@ define("APPDB_SCREENSHOT_MAXWIDTH","1024"); // width of the screenshot's thumbna define("APPDB_SCREENSHOT_MAXHEIGHT","768"); // height of the screenshot's thumbnails 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_URL","https://www.winehq.org/"); // website of this product/company define("APPDB_OWNER_EMAIL","appdb@winehq.org"); // e-mail of this product/company define("APPDB_SENDER_EMAIL","appdb-noreply@winehq.org"); // The e-mail address which appears as the sender in mails sent by the AppDB -define("BUGZILLA_ROOT","http://bugs.winehq.org/"); // path to bugzilla +define("BUGZILLA_ROOT","https://bugs.winehq.org/"); // path to bugzilla
// AppDB developers: Use this define to disable email from being sent from the appdb during testing //if(!defined("DISABLE_EMAIL"))