Skip to content

Commit

Permalink
Removed logging from these files (probably temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed May 31, 2002
1 parent 93777df commit ff9560d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion login/change_password.php
Expand Up @@ -26,7 +26,6 @@


set_moodle_cookie($USER->username); set_moodle_cookie($USER->username);


add_to_log("Changed password");
reset_login_count(); reset_login_count();


print_header("Changed password", "Password changed successfully", "Changed Password", ""); print_header("Changed password", "Password changed successfully", "Changed Password", "");
Expand Down
1 change: 0 additions & 1 deletion login/index.php
Expand Up @@ -38,7 +38,6 @@
} }


reset_login_count(); reset_login_count();
add_to_log("Logged in");


if ($CFG->smsnotify) { if ($CFG->smsnotify) {
$time = date("H:i D j M", time()); $time = date("H:i D j M", time());
Expand Down
1 change: 0 additions & 1 deletion login/logout.php
Expand Up @@ -3,7 +3,6 @@


require("../config.php"); require("../config.php");


add_to_log("Logged out");
$USER = NULL; $USER = NULL;
redirect($HTTP_REFERER); redirect($HTTP_REFERER);
exit; exit;
Expand Down

0 comments on commit ff9560d

Please sign in to comment.