projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef7138
)
for cache
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 25 Mar 2010 16:51:38 +0000
(16:51 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 25 Mar 2010 16:51:38 +0000
(16:51 +0000)
setup.phtml
patch
|
blob
|
history
diff --git
a/setup.phtml
b/setup.phtml
index
62648a6
..
d55520c
100644
(file)
--- a/
setup.phtml
+++ b/
setup.phtml
@@
-727,7
+727,7
@@
if (!isset($SITEINFO)) {
$cacheOptions = array(
'cacheDir' => BASE . 'cache',
'writeControl' => true,
- 'lifeTime' =>
null,//
(DEVELOPMENT) ? 0 : null,
+ 'lifeTime' => (DEVELOPMENT) ? 0 : null,
'readControl' => true,
'fileNameProtection' => false,
'readControlType' => 'md5',