mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Removed logging from these files (probably temporary)
This commit is contained in:
parent
93777df60d
commit
ff9560d609
@ -26,7 +26,6 @@
|
||||
|
||||
set_moodle_cookie($USER->username);
|
||||
|
||||
add_to_log("Changed password");
|
||||
reset_login_count();
|
||||
|
||||
print_header("Changed password", "Password changed successfully", "Changed Password", "");
|
||||
|
@ -38,7 +38,6 @@
|
||||
}
|
||||
|
||||
reset_login_count();
|
||||
add_to_log("Logged in");
|
||||
|
||||
if ($CFG->smsnotify) {
|
||||
$time = date("H:i D j M", time());
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
require("../config.php");
|
||||
|
||||
add_to_log("Logged out");
|
||||
$USER = NULL;
|
||||
redirect($HTTP_REFERER);
|
||||
exit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user