projects
/
web
/
MichiganTrailMaps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f63198
)
turn off the force compile option for flexy
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 4 Jun 2013 15:06:11 +0000
(15:06 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 4 Jun 2013 15:06:11 +0000
(15:06 +0000)
setup.phtml
patch
|
blob
|
history
diff --git
a/setup.phtml
b/setup.phtml
index
66ec250
..
a5ae6c6
100644
(file)
--- a/
setup.phtml
+++ b/
setup.phtml
@@
-720,7
+720,7
@@
$forceCompile = (DEVELOPMENT || $isSecurePage);
$flexyOptions = array(
'templateDir' => BASE . 'templates',
'compileDir' => BASE . 'templates/compiled',
- 'forceCompile' =>
'true'
,
+ 'forceCompile' =>
false
,
'url_rewrite' => "baseurl/::".BASE_URL.",basesecureurl/::$secureUrl,glmappbaseurl/::" . GLM_APP_BASE_URL,
'allowPHP' => true,
);