• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn bỏ trang đăng nhập thành công sau khi đăng nhập

Admin

Well-Known Member
Staff member
Administrator
Vấn đề: bạn không muốn hiển thị bảng thông báo rằng "Bạn đã đăng nhập thành công vào hệ thống..." sau khi đăng nhập.

Khắc phục:

Mở includes/functions.php
Tìm:

PHP:
$redirect = meta_refresh(3, $redirect);


Thêm vào sau:

PHP:
 if(!$admin)
            {
               redirect($redirect);
            }
            else
            {
            redirect(append_sid("index.$phpEx"));
            }


Lưu là xong
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top