mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
更改默认的模板缓存目录
This commit is contained in:
@@ -22,7 +22,7 @@ h2{ padding-bottom:.3em;line-height:1.225;border-bottom:1px solid #eee;color: #0
|
||||
<body>
|
||||
<div class="error">
|
||||
<p class="face">:(</p>
|
||||
<h1><?php echo '<span style="color:#999">[ '.$e['code'].' ]</span> '.strip_tags($e['message']);?></h1>
|
||||
<h1><?php if(!empty($e['code'])){ echo '<span style="color:#999">[ '.$e['code'].' ]</span> ';} echo strip_tags($e['message']);?></h1>
|
||||
<div class="content">
|
||||
<?php if(isset($e['file'])) {?>
|
||||
<div class="info">
|
||||
|
||||
Reference in New Issue
Block a user