网站根目录提示

This commit is contained in:
Edward Yang 2022-09-06 11:39:59 +08:00
parent 99ed272346
commit 70c172136c
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@
*/
$currentDir = getcwd();
die("将网站根目录设置为: {$currentDir}/public/");
die("修改 Apache 或 Nginx 配置, 将网站根目录设置为: {$currentDir}/public/");