[AppDB] Update config.php.sample

André Hentschel nerv at dawncrow.de
Tue Apr 8 15:08:07 CDT 2014


---
 include/config.php.sample | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/config.php.sample b/include/config.php.sample
index 303f278..13730a8 100644
--- a/include/config.php.sample
+++ b/include/config.php.sample
@@ -13,12 +13,12 @@ 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://localhost/appdb/");  // path to AppDB
+define("APPDB_ROOT", "//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","//www.winehq.org/"); // website of this product/company
 define("APPDB_OWNER_EMAIL","appdb at winehq.org"); // e-mail of this product/company
 define("APPDB_SENDER_EMAIL","appdb-noreply at 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","//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"))
-- 
1.8.1.2




More information about the wine-patches mailing list