You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
图表化来临
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once 'libs/header.php';
|
||||
require_once 'application/header.php';
|
||||
|
||||
// 公告
|
||||
if (!empty($config['tips'])) {
|
||||
@@ -94,7 +94,7 @@ mustLogin();
|
||||
// 上传格式过滤
|
||||
filters: { // 只允许上传图片或图标(.ico)
|
||||
mime_types: [
|
||||
{title: '图片',extensions: <?php echo $config['extensions']; ?>},
|
||||
{title: '图片',extensions:'<?php echo $config['extensions']; ?>'},
|
||||
{title: '图标',extensions: 'ico'}
|
||||
],
|
||||
prevent_duplicates: true
|
||||
@@ -133,4 +133,4 @@ mustLogin();
|
||||
</script>
|
||||
<?php
|
||||
checkEnv($config['checkEnv']); // 环境检测
|
||||
require_once APP_ROOT . '/libs/footer.php';
|
||||
require_once APP_ROOT . '/application/footer.php';
|
||||
|
||||
Reference in New Issue
Block a user