Commit b70c460d by 冷斌

fix bug

parent a19020da
...@@ -47,7 +47,7 @@ class AuthController extends HomebaseController { ...@@ -47,7 +47,7 @@ class AuthController extends HomebaseController {
$saveName=I('saveName'); $saveName=I('saveName');
$config=array( $config=array(
'replace' => true, 'replace' => true,
'rootPath' => '/upload', 'rootPath' => '/',
'savePath' => 'rz/', 'savePath' => 'rz/',
'maxSize' => 0,//500K 'maxSize' => 0,//500K
'saveName' => array('uniqid',''), '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