diff --git a/src/user/ajax_feedback.php b/src/user/ajax_feedback.php index 0b9f9bdb..fbd3c3d2 100755 --- a/src/user/ajax_feedback.php +++ b/src/user/ajax_feedback.php @@ -9,7 +9,6 @@ require_once(dirname(__FILE__).'/config.php'); AjaxHead(); if ($myurl == '') exit(''); - else { $uid = $cfg_ml->M_LoginID; $face = $cfg_ml->fields['face'] == '' ? $GLOBALS['cfg_memberurl'].'/images/nopic.gif' : $cfg_ml->fields['face']; @@ -18,4 +17,4 @@ else { echo "验证码:"; echo "点击我更换图片\r\n"; } -} +} \ No newline at end of file