Skip to content

Commit c8b85e1

Browse files
committed
Update toolbar templates for new parser conditionals.
1 parent c1bc16b commit c8b85e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

system/Debug/Toolbar/Views/_config.tpl.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tr>
2424
<td>Base URL:</td>
2525
<td>
26-
{ if baseURL == '' }
26+
{ if $baseURL == '' }
2727
<div class="warning">
2828
The $baseURL should always be set manually to prevent possible URL personification from external parties.
2929
</div>
@@ -42,12 +42,12 @@
4242
</tr>
4343
<tr>
4444
<td>Content Security Policy Enabled:</td>
45-
<td>{ if cspEnabled } Yes { else } No { endif }</td>
45+
<td>{ if $cspEnabled } Yes { else } No { endif }</td>
4646
</tr>
4747
<tr>
4848
<td>Salt Set?:</td>
4949
<td>
50-
{ if salt == '' }
50+
{ if $salt == '' }
5151
<div class="warning">
5252
You have not defined an application-wide $salt. This could lead to a less secure site.
5353
</div>

0 commit comments

Comments
 (0)