ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


missing profilephp


  • 2007-04-28 15:45:18

    missing profilephp

    In the atutor/admin/admins/ missing profile.php file, called Cancel button from Administration Tab, Change Password Menu (with my_password.php)

    ...
    if (isset($_POST['cancel'])) {
    $msg->addFeedback('CANCELLED');
    Header('Location: profile.php');
    exit;
    }
    ...


    I tested versions 1.5.3, 1.5.4 and 1.5.2 into ATutor Demo. All required same missing file.