Skip to content

Commit

Permalink
Update : Logger switch
Browse files Browse the repository at this point in the history
 remove delete me.
  • Loading branch information
sendya committed May 26, 2016
1 parent 0b2376c commit 74ef034
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Data/Config.simple.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
*/
define('DEBUG_ENABLE', false);

/**
* Logger:
*/
define('LOG_LEVEL', 4);

/**
* Base URL:
* To manually config this, uncomment the following line and change the URL
Expand Down
2 changes: 2 additions & 0 deletions Template/Default/panel/info.htm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ <h1 class="title">用户中心</h1>
</if>
</p>
<p>账户余额:{$user->money} 元 </p>
<!--
<p><button class="btn btn-danger btn-sm" id="deleteMe">删除我的账户</button></p>
-->
<div class="form-block">
<input type="checkbox" checked class="iswitch">
</div>
Expand Down

0 comments on commit 74ef034

Please sign in to comment.