1 |
mrjhb3 |
1.1 |
--- e-smith-ingo-1.2/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/prefs.php/100header.1.2.1 2008-05-24 18:05:39.000000000 -0500 |
2 |
|
|
+++ e-smith-ingo-1.2/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/prefs.php/100header 2008-09-16 22:00:36.000000000 -0500 |
3 |
|
|
@@ -1,6 +1,6 @@ |
4 |
|
|
//100header |
5 |
|
|
/** |
6 |
|
|
- * $Horde: ingo/config/prefs.php.dist,v 1.30.10.2 2008/05/09 22:22:59 jan Exp $ |
7 |
|
|
+ * $Horde: ingo/config/prefs.php.dist,v 1.30.10.3 2008/06/15 21:14:38 chuck Exp $ |
8 |
|
|
* |
9 |
|
|
* See horde/config/prefs.php for documentation on the structure of this file. |
10 |
|
|
*/ |
11 |
|
|
--- e-smith-ingo-1.2/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/prefs.php/120storage.1.2.1 2005-08-31 19:54:50.000000000 -0500 |
12 |
|
|
+++ e-smith-ingo-1.2/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/prefs.php/120storage 2008-09-16 22:02:42.000000000 -0500 |
13 |
|
|
@@ -1,5 +1,4 @@ |
14 |
|
|
//120storage |
15 |
|
|
// Make sure that INGO_STORAGE_* constants are defined. |
16 |
|
|
-@define('INGO_BASE', dirname(__FILE__) . '/..'); |
17 |
|
|
-require_once INGO_BASE . '/lib/Storage.php'; |
18 |
|
|
+require_once dirname(__FILE__) . '/../lib/Storage.php'; |
19 |
|
|
|