require(dirname(__FILE__) . '/includes/init.php');
在下面添加一行:
if($_SESSION['user_id']<1){Header("Location: user.php");}
第二步:打開 user.php
show_message($_LANG['login_success'] . $ucdata , array($_LANG['back_up_page'], $_LANG['profile_lnk']), array($back_act,'user.php'), 'info');
修改為:
show_message($_LANG['login_success'] . $ucdata , array('返回網(wǎng)站首頁(yè)', $_LANG['profile_lnk']), array('index.php','user.php'), 'info');
大功告成@! 版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: ecshop首頁(yè)要求會(huì)員用戶先登錄成功后才能跳轉(zhuǎn)到首頁(yè)