mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop
This commit is contained in:
commit
106a37dd5c
@ -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