作者 刘锟

update

@@ -131,7 +131,7 @@ class ProjectImport extends Command @@ -131,7 +131,7 @@ class ProjectImport extends Command
131 } 131 }
132 132
133 //判断编码格式 133 //判断编码格式
134 - function get_code_type($file) 134 + protected function get_code_type($file)
135 { 135 {
136 $list = array('GBK', 'UTF-8'); 136 $list = array('GBK', 'UTF-8');
137 $str = file_get_contents($file); 137 $str = file_get_contents($file);