
Source code description:
Environment: nginx+php7.0
nginx pseudo-static configuration
location / {
if (!- e $request_filename){
rewrite “^/([a-zA-Z0-9]{6})$” /user/install/index/$1/ last;
rewrite ^(.*)$ /index.php? s=$1 last; break;
}
}
Database configuration file: /data/conf/database. php
Back-office address: Domain name/HNYMWL001
Back-end account: admin
Backstage password: www.hnymwl.com
Front desk account: 188888888888
Front desk password: 1888888888888
Source code screenshot:
Comments0