diff --git a/index.php b/index.php index 8cac64f..3384187 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ $c = strip_tags($c); //$version = @file_get_contents("./functions/version.txt"); //载入配置文件 if( !file_exists('./data/config.php') ) { - exit('

配置文件不存在,请将config.simple.php复制一份并命名为config.php

'); + exit('

配置文件不存在,请将站点目录下的config.simple.php复制为data/config.php

'); } //检查数据库是否存在,不存在则复制数据库 if( !file_exists('./data/onenav.db3') ) {