projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f8705
)
Fix comment.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Jun 2009 21:17:57 +0000
(15:17 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Jun 2009 21:17:57 +0000
(15:17 -0600)
imp/cache.php
patch
|
blob
|
history
diff --git
a/imp/cache.php
b/imp/cache.php
index
4f662a6
..
eb8ad95
100644
(file)
--- a/
imp/cache.php
+++ b/
imp/cache.php
@@
-19,7
+19,7
@@
* DEFAULT: 525600 = 1 year */
$expire_time = 525600;
-/
* Load IMP.php to access IMP::getPathInfo(). */
+/
/ Need to load Util:: to give us access to Util::getPathInfo().
require_once dirname(__FILE__) . '/lib/base.load.php';
require_once HORDE_BASE . '/lib/core.php';
$path_info = trim(Util::getPathInfo(), '/');