Skip to content

Commit

Permalink
Do not need to delete the file now.
Browse files Browse the repository at this point in the history
  • Loading branch information
lincanbin committed Jul 22, 2015
1 parent ac7860a commit 2ea6779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
fclose($Htaccess);

//rewrite文件配置
$Message = '安装成功,安装完成后请马上删除install与update文件夹。<br />Please delete the install folder and the update folder. <br /><a href="../register">点我马上注册管理员账号<br />The first registered users will become administrators.</a>';
$Message = '安装成功。<br />Installed successfully! <br /><a href="../register">点我马上注册管理员账号<br />The first registered users will become administrators.</a>';

if (!file_exists('install.lock')) {
touch('install.lock');
Expand Down
2 changes: 1 addition & 1 deletion update/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
fclose($Htaccess);

//rewrite文件配置
$Message = '升级成功,升级完成后请马上删除install和update文件夹。<br />Please delete the install folder and the update floder. ';
$Message = '升级成功。<br />Update successfully! ';
//当前版本低于3.3.0,需要进行的升级到3.3.0的升级操作
if(VersionCompare('3.3.0' ,$OldVersion)){
require("../includes/MaterialDesign.Avatars.class.php");
Expand Down

0 comments on commit 2ea6779

Please sign in to comment.