Skip to content

Commit

Permalink
Don't set view in skin.php. Causes problems with not detecting not be…
Browse files Browse the repository at this point in the history
…ing logged in
  • Loading branch information
Isaac Connor committed Nov 22, 2024
1 parent 1884b18 commit 1c2600f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/skins/classic/skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
foreach ( getSkinIncludes('includes/functions.php') as $includeFile )
require_once $includeFile;

if ( empty($view) ) {
$view = isset($user)?'console':'login';
}

if ( isset($user) ) {
// Bandwidth Limiter
if ($user->MaxBandwidth()) {
Expand Down

0 comments on commit 1c2600f

Please sign in to comment.