|  | 
 
| PHP复制代码 复制代码 $this->config->set_item('base_url', $base_url);
 $this->config->set_item('style_path', $style_path);
 $this->config->set_item('title', $title_default);
 $this->config->set_item('keyword', $keyword);
 $this->config->set_item('description', $description);
 
 使用了set_item(); 要对config.php里面的东西改动一下,但是怎么弄也都没有反应, 我的是windows的服务器,本地的,权限绝对是完全控制,但是没法修改啊... 为什么呢?
 | 
 |