|
250 | 250 | auto_delete(); //定时删除
|
251 | 251 | ?>
|
252 | 252 | <div class="row">
|
253 |
| - <?php echo $config['set_notice']; ?> |
| 253 | + <?php if (!empty($config['set_notice'])) echo $config['set_notice']; ?> |
254 | 254 | <div class="col-md-2 col-xs-4">
|
255 | 255 | <ul class="nav nav-tabs nav-stacked">
|
256 | 256 | <li><a data-tab href="#Content1">网站设置</a></li>
|
|
530 | 530 | </form>
|
531 | 531 | </div>
|
532 | 532 | <div class="col-md-3">
|
533 |
| - <h5 class="header-dividing">缩略图缓存 <small><?php echo getFileNumber(APP_ROOT . $config['path'] . 'cache/') . '个 | 占 ' . getDistUsed(getDirectorySize(APP_ROOT . $config['path'] . 'cache/')); ?></small></h5> |
534 |
| - <button type="button" class="btn btn-primary" onclick="ajax_post('cache/','delDir')"><i class="icon icon-trash"> 清理缓存</i></button> |
| 533 | + <h5 class="header-dividing">缩略图缓存</h5> |
| 534 | + <button type="button" class="btn btn-primary" onclick="ajax_post('cache/','delDir')"><i class="icon icon-trash"> <small><?php echo getFileNumber(APP_ROOT . $config['path'] . 'cache/') . ' | ' . getDistUsed(getDirectorySize(APP_ROOT . $config['path'] . 'cache/')); ?></small></i></button> |
535 | 535 | </div>
|
536 | 536 | <div class="col-md-1">
|
537 | 537 | <h5 class="header-dividing" data-toggle="tooltip" title="如果开启OPcache 点击重置缓存">OPcache</h5>
|
|
571 | 571 | </div>
|
572 | 572 | <div class="col-md-12">
|
573 | 573 | <div class="col-md-6">
|
574 |
| - <div class="form-group"> |
575 |
| - <label for="report" data-toggle="tooltip" title="举报地址支持Zoho表单、金数据、表单大师等<br/>(推荐ZOHO)留空则不显示">举报地址 <a href="https://store.zoho.com.cn/referral.do?servicename=ZohoForms&category=ZohoForms&ref=52f8a4e98a7a7d4c2475713784605af0dc842f6cc9732dd77f37b87f2959149e212e550f50a869f70360f15b80a4abc6" target="_blank"><i class="icon icon-external-link"></i></a></label> |
576 |
| - <input type="text" class="form-control" id="report" name="report" value="<?php echo $config['report']; ?>" placeholder="可以是网址或邮箱地址" onkeyup="this.value=this.value.replace(/\s/g,'')"> |
577 |
| - </div> |
578 | 574 | <div class="form-group">
|
579 | 575 | <div class="switch switch-inline">
|
580 | 576 | <input type="hidden" name="static_cdn" value="0">
|
|
584 | 580 | <input type="url" class="form-control" name="static_cdn_url" value="<?php echo $config['static_cdn_url']; ?>" onkeyup="this.value=this.value.replace(/\s/g,'')" data-toggle="tooltip" title="jsdelivr可在后边添加版本号 例:@2.5.6">
|
585 | 581 | </div>
|
586 | 582 | </div>
|
| 583 | + <div class="col-md-6"> |
| 584 | + <div class="form-group"> |
| 585 | + <label for="report" data-toggle="tooltip" title="举报地址支持Zoho表单、金数据、表单大师等<br/>(推荐ZOHO)留空则不显示">举报地址 <a href="https://store.zoho.com.cn/referral.do?servicename=ZohoForms&category=ZohoForms&ref=52f8a4e98a7a7d4c2475713784605af0dc842f6cc9732dd77f37b87f2959149e212e550f50a869f70360f15b80a4abc6" target="_blank"><i class="icon icon-external-link"></i></a></label> |
| 586 | + <input type="text" class="form-control" id="report" name="report" value="<?php echo $config['report']; ?>" placeholder="可以是网址或邮箱地址" onkeyup="this.value=this.value.replace(/\s/g,'')"> |
| 587 | + </div> |
| 588 | + </div> |
| 589 | + </div> |
| 590 | + <div class="col-md-12"> |
587 | 591 | <div class="col-md-6">
|
588 | 592 | <div class="form-group">
|
589 | 593 | <div class="switch switch-inline">
|
590 | 594 | <input type="hidden" name="check_ip" value="0">
|
591 | 595 | <input type="checkbox" name="check_ip" value="1" <?php if ($config['check_ip']) echo 'checked="checked"'; ?>>
|
592 | 596 | <label style="font-weight: bold">黑/白IP名单上传</label>
|
593 | 597 | </div>
|
594 |
| - <textarea class="form-control" rows="4" name="check_ip_list" data-toggle="tooltip" title="每个IP以英文,结尾 支持IP段 例:123.23.23.44,193.134.*.*" placeholder=" 每个IP以英文,结尾 支持IP段 例:192.168.1.13,123.23.23.44,193.134.*.*" onkeyup="this.value=this.value.replace(/\s/g,'')"><?php echo $config['check_ip_list']; ?></textarea> |
| 598 | + <textarea class="form-control" rows="4" name="check_ip_list" data-toggle="tooltip" title="每个IP以英文,结尾 支持IP段 例:123.23.23.44,193.134.*.*" placeholder="每个IP以英文,结尾 支持IP段 例:192.168.1.13,123.23.23.44,193.134.*.*" onkeyup="this.value=this.value.replace(/\s/g,'')"><?php echo $config['check_ip_list']; ?></textarea> |
595 | 599 | <label class="radio-inline"><input type="radio" name="check_ip_model" value="0" <?php if ($config['check_ip_model'] == 0) echo 'checked'; ?>> 黑名单模式</label>
|
596 | 600 | <label class="radio-inline"><input type="radio" name="check_ip_model" value="1" <?php if ($config['check_ip_model'] == 1) echo 'checked'; ?>> 白名单模式</label>
|
597 | 601 | </div>
|
598 | 602 | </div>
|
| 603 | + <div class="col-md-6"> |
| 604 | + <div class="form-group"> |
| 605 | + <div class="switch switch-inline"> |
| 606 | + <input type="hidden" name="md5_black" value="0"> |
| 607 | + <input type="checkbox" name="md5_black" value="1" <?php if ($config['md5_black']) echo 'checked="checked"'; ?>> |
| 608 | + <label style="font-weight: bold">通过文件MD5禁止上传</label> |
| 609 | + </div> |
| 610 | + <textarea class="form-control" rows="4" name="md5_blacklist" data-toggle="tooltip" title="上传前后文件md5均可匹配<br/>不区分大小写, 直接输入即可匹配" placeholder="上传前后文件md5均可匹配, 不区分大小写, 直接输入即可匹配" onkeyup="this.value=this.value.replace(/\s/g,'')"><?php echo $config['md5_blacklist']; ?></textarea> |
| 611 | + </div> |
| 612 | + </div> |
599 | 613 | </div>
|
600 | 614 | <div class="col-md-12">
|
601 | 615 | <h5 class="header-dividing">高级设置 <?php if ($config['domain'] == $config['imgurl']) echo '<small> 网站域名与图片域名相同,锁定隐藏' . $config['path'] . '目录开关</small>'; ?></h5>
|
|
680 | 694 | <div class="switch switch-inline" data-toggle="tooltip" title="关闭后将不能进入后台设置<br/>再次开启需修改config.php: <code>'show_admin_inc'=>1,</code>">
|
681 | 695 | <input type="hidden" name="show_admin_inc" value="0">
|
682 | 696 | <input type="checkbox" name="show_admin_inc" value="1" <?php if ($config['show_admin_inc']) echo 'checked="checked"'; ?>>
|
683 |
| - <label style="font-weight: bold">后台设置</label> |
| 697 | + <label style="font-weight: bold">关闭设置</label> |
684 | 698 | </div>
|
685 | 699 | </div>
|
686 | 700 | <div class="col-md-2">
|
|
900 | 914 | <h5>我的信息</h5>
|
901 | 915 | <hr />
|
902 | 916 | <p class="text-ellipsis">IP: <?php echo real_ip() . ip2region(real_ip()); ?></p>
|
| 917 | + |
| 918 | + <p class="text-ellipsis">配置文件更新日期:<?php echo date('Y-m-d H:i:s', filemtime($config_file)); ?></p> |
903 | 919 | <p class="text-ellipsis">Browser: <?php echo $_SERVER['HTTP_USER_AGENT']; ?></p>
|
904 | 920 | <h5>图床信息</h5>
|
905 | 921 | <hr />
|
|
922 | 938 | <a href="https://www.openzui.com/" target="_blank"><span class="label label-badge label-primary" data-toggle="tooltip" title="前端框架">ZUI</span></a>
|
923 | 939 | <a href="https://github.com/verot/class.upload.php" target="_blank"><span class="label label-badge label-primary" data-toggle="tooltip" title="图像处理类">Verot</span></a>
|
924 | 940 | <a href="https://tinyfilemanager.github.io/" target="_blank"><span class="label label-badge label-primary" data-toggle="tooltip" title="文件管理">Tinyfilemanager</span></a>
|
925 |
| - <a href="https://github.com/rehiy/web-indexr" target="_blank"><span class="label label-badge label-primary" data-toggle="tooltip" title="文件管理">Web-indexr</span></a> |
| 941 | + <a href="#"><span class="label label-badge label-primary" data-toggle="tooltip" title="文件管理">Web-indexr</span></a> |
926 | 942 | <a href="#Ip2Region" data-toggle="collapse" target="_blank"><span class="label label-badge label-primary" data-toggle="tooltip" title="IP地址数据库">Ip2Region<i class="icon icon-angle-down"></i></span></a>
|
927 | 943 | <?php if (empty($config['TinyPng_key'])) : ?>
|
928 | 944 | <span class="label label-badge label-warning" data-toggle="tooltip" title="压缩图片 TinyPng<br/>未填写">TinyPng</span>
|
|
0 commit comments