mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Add some basic info in exception footer.
This commit is contained in:
parent
19d15e6292
commit
f6158e61f8
@ -41,6 +41,12 @@ h1 {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.footer .container {
|
||||
border-top: 1px solid #e7e7e7;
|
||||
margin-top: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.source {
|
||||
background: #333;
|
||||
color: #c7c7c7;
|
||||
|
@ -252,5 +252,17 @@
|
||||
|
||||
</div> <!-- /container -->
|
||||
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
|
||||
<p>
|
||||
Displayed at <?= date('H:i:sa') ?> —
|
||||
PHP: <?= phpversion() ?> —
|
||||
CodeIgniter: <?= CI_VERSION ?>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user