1 |
diff -up smeserver-egroupware-1.8.005/root/usr/share/doc/eGroupWare-1.8.005/Sources/Gallery2/config.php.g2datapath smeserver-egroupware-1.8.005/root/usr/share/doc/eGroupWare-1.8.005/Sources/Gallery2/config.php |
2 |
--- smeserver-egroupware-1.8.005/root/usr/share/doc/eGroupWare-1.8.005/Sources/Gallery2/config.php.g2datapath 2007-10-24 14:52:38.000000000 -0400 |
3 |
+++ smeserver-egroupware-1.8.005/root/usr/share/doc/eGroupWare-1.8.005/Sources/Gallery2/config.php 2013-12-12 16:58:59.000000000 -0500 |
4 |
@@ -63,7 +63,7 @@ $gallery->setConfig('setup.password', '' |
5 |
* |
6 |
* Don't make this the same as your gallery directory! |
7 |
*/ |
8 |
-$gallery->setConfig('data.gallery.base', '/opt/egroupware/files/g2data/'); |
9 |
+$gallery->setConfig('data.gallery.base', '/var/lib/egroupware/default/files/g2data/'); |
10 |
|
11 |
/* |
12 |
* Gallery can store its data in multiple different back ends. Currently we |