dateFormat에 포맷 추가. error 페이지 표기 수정

This commit is contained in:
2018-04-09 03:21:11 +09:00
parent 269a40ca9d
commit 50d1c4cd34
4 changed files with 7 additions and 6 deletions
+3 -1
View File
@@ -22,10 +22,12 @@
<button style='width:200px;height:2em;font-size:1.2em;' onclick="location.replace('index.php')"> 눌러주세요</button>
</div>
<div class="with_border">
<?=$message?>
<?=$this->message?>
</div>
<div class="with_border">
<pre>
<?php debug_print_backtrace(); ?>
</pre>
</div>
</div>
</body>