1.3K Star 3.1K Fork 1.5K

meystack / SwiftAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
security.sh 200 Bytes
一键复制 编辑 原始数据 按行查看 历史
meystack 提交于 2023-06-19 14:36 . perf: 增加原生缓存
#!/bin/bash
# 执行安全脚本 sh security.sh
base=$(dirname $(realpath ${BASH_SOURCE}))
chown www:www $base -R
chmod 555 $base -R
chmod u+w ${base}"/runtime" -R
chmod u+w ${base}"/public/upload" -R
PHP
1
https://gitee.com/meystack/swiftadmin.git
git@gitee.com:meystack/swiftadmin.git
meystack
swiftadmin
SwiftAdmin
master

搜索帮助