Commit b70c460d by 冷斌

fix bug

parent a19020da
......@@ -47,7 +47,7 @@ class AuthController extends HomebaseController {
$saveName=I('saveName');
$config=array(
'replace' => true,
'rootPath' => '/upload',
'rootPath' => '/',
'savePath' => 'rz/',
'maxSize' => 0,//500K
'saveName' => array('uniqid',''),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment