Commit 68de1b66 by 冷斌

fix bug

parent 26d0eeab
......@@ -70,7 +70,7 @@
</fieldset>
<div class="form-actions">
<button type="submit" class="btn btn-primary js-ajax-submit">{:L('EDIT')}</button>
<button type="submit" class="btn btn-primary js-ajax-submit">确认</button>
<a class="btn" href="{:U('Userauth/index3')}">{:L('BACK')}</a>
</div>
</form>
......
......@@ -17,17 +17,17 @@ return array(
'sign_key' => '76576076c1f5f657b634e966c8836a06',
'uptype'=>2,//上传方式�?表示 七牛�?表示 本地
'uptype'=>1,//上传方式�?表示 七牛�?表示 本地
/**
* 七牛相关配置
*/
'Qiniu' => array(
//统一的key
'accessKey' => 'guBt53WaJGrP5kLLhSL-th6pS-99IiPJsBM_YdCX',
'secretKey' => '35VrPLcM5dszyQqxVkIygulVdLBUFDjRd_W3vlnS',
'accessKey' => 'LV3kf-D2OZLrzR2BaDuW37pLLUKt1HB7TTDKgISy',
'secretKey' => 'ajVeUFdoxvRkqQari4GBUbRCdXIT6VKWGuPl4Dqd',
//自定义配置的空间
'space_bucket' => 'mengyas',
'space_host' => 'qny.mengyazhibo.com',
'space_bucket' => 'haishi1',
'space_host' => 'http://qny.seals-live.com',
),
/**
......
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