Skip to content

Commit 25f9a2a

Browse files
committed
Update application.class.php
1 parent 255ca0e commit 25f9a2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/application.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ function sortFiles($a, $b)
219219
$session->data['SITE_USERNAME'] = $user['USERNAME'];
220220
$session->data['SITE_USER_ID'] = $user['ID'];
221221
$site_username = $session->data['SITE_USERNAME'];
222-
} else {
223-
$this->redirect(ROOTHTML . 'popup/users.html');
224222
}
225223
}
226224

0 commit comments

Comments
 (0)