mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update User.php
removed debugging log_message
This commit is contained in:
@@ -812,7 +812,6 @@ class User extends CI_Controller {
|
||||
if ($this->user_model->check_keep_hash($a, $b)) {
|
||||
|
||||
// check if maintenance mode is active or the user is an admin
|
||||
log_message('error', 'user_type: '.$user_type);
|
||||
if (ENVIRONMENT != 'maintenance' || $user_type == 99) {
|
||||
|
||||
// if everything is fine we can log in the user
|
||||
|
||||
Reference in New Issue
Block a user