修复一处BUG
parent
4a5e2537ab
commit
8a8e8b0b4c
|
@ -32,25 +32,6 @@
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//插入安装的默认数据
|
|
||||||
public function default(){
|
|
||||||
//上传限制初始数据
|
|
||||||
// $uplimit_values = array(
|
|
||||||
// "max_size" => 5,
|
|
||||||
// "number" => 10
|
|
||||||
// );
|
|
||||||
// $uplimit_values = json_encode($uplimit_values);
|
|
||||||
// $uplimit = array(
|
|
||||||
// "name" => "uplimit",
|
|
||||||
// "values" => $uplimit_values,
|
|
||||||
// "switch" => "ON"
|
|
||||||
// );
|
|
||||||
// //插入数据
|
|
||||||
// $this->db->insert('options',$uplimit);
|
|
||||||
|
|
||||||
//图片压缩初始数据
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue