[AppDB] fix situation when AppDB is not at DocumentRoot (patch 1 of 3) (gah! resend)

Tony Lambregts tony.lambregts at gmail.com
Sat Jul 23 21:21:44 CDT 2005


These patch are to meant address situations like mine when the AppDB is located
a http://localhost/appdb instead of http://localhost/. These patches can be
applied independatly from my other patches.

Change Log: fix situation when AppDB is not at DocumentRoot.

Files Changed: include/config.php.sample





-------------- next part --------------
Index: include/config.php.sample
===================================================================
RCS file: /home/wine/appdb/include/config.php.sample,v
retrieving revision 1.11
diff -u -r1.11 config.php.sample
--- include/config.php.sample	23 Apr 2005 02:24:35 -0000	1.11
+++ include/config.php.sample	23 Jul 2005 22:28:16 -0000
@@ -17,6 +17,11 @@
 define("APPDB_OWNER_URL","http://www.winehq.org/"); // website of this product/company
 define("APPDB_OWNER_EMAIL","appdb at winehq.org"); // e-mail of this product/company
 define("BUGZILLA_ROOT","http://bugs.winehq.org/"); // path to bugzilla
+// the following is usefull if the location of your appdb is offset from the  
+// DocumentRoot defined in httpd.config
+// For example: If you access the appdb from http://localhost/appdb
+// uncomment the following line .
+//define("APPDB_OFFSET","/appdb");
 
 
 /*


More information about the wine-patches mailing list