modifying copyright text is not permitted now

This commit is contained in:
printempw 2016-11-06 11:58:08 +08:00
parent 739bff4633
commit a77e87288a
5 changed files with 6 additions and 17 deletions

View File

@ -3,7 +3,7 @@
* @Author: printempw
* @Date: 2016-07-29 11:53:11
* @Last Modified by: printempw
* @Last Modified time: 2016-10-17 11:11:52
* @Last Modified time: 2016-11-06 11:53:30
*/
return [
@ -19,7 +19,6 @@ return [
'custom_css' => '',
'custom_js' => '',
'allow_chinese_playername' => '1',
'show_footer_copyright' => '1',
'comment_script' => '',
'user_initial_score' => '1000',
'sign_gap_time' => '24',

View File

@ -115,13 +115,9 @@
</td>
</tr>
<tr>
<td class="key">版权信息
<i class="fa fa-question-circle" title="推荐开启,求扩散 qwq" data-toggle="tooltip" data-placement="top"></i>
</td>
<td class="key">版权信息</td>
<td class="value">
<label for="show_footer_copyright">
<input {{ (option('show_footer_copyright') == '1') ? 'checked="true"' : '' }} type="checkbox" id="show_footer_copyright" name="show_footer_copyright" value="1"> 显示页面右下角的版权信息
</label>
对于任何恶意修改页面<b>右下角</b>的版权信息(包括不限于删除、修改作者信息、修改链接指向)的用户,作者保留对其追究责任的权力。
</td>
</tr>
<tr>

View File

@ -102,12 +102,10 @@
<!-- Main Footer -->
<footer class="main-footer">
@if (option('show_footer_copyright'))
<!-- To the right -->
<!-- YOU CAN NOT MODIFIY THE COPYRIGHT TEXT W/O PERMISSION -->
<div class="pull-right hidden-xs">
Powered with by <a href="https://github.com/printempw/blessing-skin-server">Blessing Skin Server</a>.
</div>
@endif
<!-- Default to the left -->
{!! bs_copyright() !!}
</footer>

View File

@ -125,12 +125,10 @@
<!-- Main Footer -->
<footer class="main-footer">
<div class="container">
@if (option('show_footer_copyright'))
<!-- To the right -->
<!-- YOU CAN NOT MODIFIY THE COPYRIGHT TEXT W/O PERMISSION -->
<div class="pull-right hidden-xs">
Powered with by <a href="https://github.com/printempw/blessing-skin-server">Blessing Skin Server</a>.
</div>
@endif
<!-- Default to the left -->
{!! bs_copyright() !!}
</div>

View File

@ -105,12 +105,10 @@
<!-- Main Footer -->
<footer class="main-footer">
@if (option('show_footer_copyright'))
<!-- To the right -->
<!-- YOU CAN NOT MODIFIY THE COPYRIGHT TEXT W/O PERMISSION -->
<div class="pull-right hidden-xs">
Powered with by <a href="https://github.com/printempw/blessing-skin-server">Blessing Skin Server</a>.
</div>
@endif
<!-- Default to the left -->
{!! bs_copyright() !!}
</footer>