Commit b79d933 1 parent 4f2df82 commit b79d933 Copy full SHA for b79d933
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ config {
38
38
}
39
39
40
40
## Disable Cache when logged in BE
41
- [globalVar = TSFE: beUserLogin > 0 ]
41
+ [getTSFE(). beUserLogin]
42
42
config {
43
43
no_cache = 1
44
44
sendCacheHeaders = 0
45
45
cache_period = 0
46
46
}
47
- [global ]
47
+ [END ]
48
48
49
49
###
50
50
## applicationContext
@@ -57,4 +57,4 @@ config {
57
57
concatenateJs = 0
58
58
inlineStyle2TempFile = 0
59
59
}
60
- [end ]
60
+ [END ]
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ page {
113
113
}
114
114
[END]
115
115
116
- [globalVar = TSFE : beUserLogin > 0 ] || [applicationContext = Development*]
116
+ [getTSFE(). beUserLogin] || [applicationContext = Development*]
117
117
// show some debug infos in <head>
118
118
page.headerData.666999 = TEXT
119
119
page.headerData.666999 {
You can’t perform that action at this time.
0 commit comments