下载本资源原文网址:http://www.daima.org/php/php8562.html MeiuPic美优相册管理系统源码v3.0,一款简洁好用的多用户图片社区程序。 安装说明: 上传压缩包至网站根目录,修改数据库信息,data/config.php 导入数据库meiupic.sql 后台地址: http://xxx.com/admin 账号:admin 密码:123456 NGINX伪静态规则location / { if (!–e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1&$args last; break; }} |