mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #1095 from bangbangda/develop
toolbar cannot be initialized correctly.
This commit is contained in:
commit
dfbf09fc5a
@ -237,7 +237,7 @@
|
||||
<?php foreach ($cookies as $name => $value) : ?>
|
||||
<tr>
|
||||
<td><?= $name ?></td>
|
||||
<td><?= $value ?></td>
|
||||
<td><?= is_array($value) ? var_dump($value) : $value ?></td>
|
||||
</tr>
|
||||
<?php endforeach ?>
|
||||
</tbody>
|
||||
|
Loading…
x
Reference in New Issue
Block a user