Browse Source

no commit message

雨中磐石 1 năm trước cách đây
mục cha
commit
9a2a3a2c8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      webmain/install/installAction.php

+ 1 - 1
webmain/install/installAction.php

@@ -73,7 +73,7 @@ class installClassAction extends ActionNot{
 		if($dbtype=='mysqli' && !class_exists('mysqli'))exit('未开启mysqli扩展模块');
 		@unlink($inpaths);
 		$this->rock->createtxt($paths, '<?php return array();');
-		if(file_exists($inpaths))exit('无法写入文件夹'.P.',<a href="'.URLY.'view_wuxux.html" target="_blank" style="color:blue">[帮助]</a>');
+		if(!file_exists($inpaths))exit('无法写入文件夹'.P.',<a href="'.URLY.'view_wuxux.html" target="_blank" style="color:blue">[帮助]</a>');
 		
 		//1
 		$db1 		= import($dbtype);

粤ICP备19079148号