更改默认的模板缓存目录

This commit is contained in:
thinkphp
2015-12-14 22:04:56 +08:00
parent 6b1642f4a0
commit ad0e03c868
3 changed files with 3 additions and 3 deletions

View File

@@ -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">