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.