Skip to content

Commit

Permalink
配置域名
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyRay committed Apr 13, 2017
1 parent d171e48 commit 9978904
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

return [

/*
* your domain name
*/

'ss_domain' => 'your domain name',

/*
|--------------------------------------------------------------------------
| Application Environment
Expand Down Expand Up @@ -95,6 +101,7 @@

'cipher' => 'AES-256-CBC',


/*
|--------------------------------------------------------------------------
| Logging Configuration
Expand Down
2 changes: 1 addition & 1 deletion resources/views/user_detail.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div>端&nbsp;&nbsp;&nbsp;口:<label id="label_port">{{ $user->port }}</label></div>
<div>密&nbsp;&nbsp;&nbsp;码:<label>{{ $user->password }}</label></div>
{{--round($day_flow / 1024, 2) . 'KB'--}}
<div>本&nbsp;&nbsp;&nbsp;日:<label>{{ round($day_flow/1024).'KB' }}</label></div>
<div>本&nbsp;&nbsp;&nbsp;日:<label>{{ round($day_flow/1024).'KB'}}</label></div>
<div>本&nbsp;&nbsp;&nbsp;周:<label>{{ round($week_flow/1024).'KB' }}</label></div>
<div>本&nbsp;&nbsp;&nbsp;月:<label>{{ round($month_flow/1024).'KB' }}</label></div>
<div>总流量:<label>{{ round($total/1024).'KB' }}</label></div>
Expand Down

0 comments on commit 9978904

Please sign in to comment.