Skip to content

Commit

Permalink
SmrSession: remove duplicate entries in page load array
Browse files Browse the repository at this point in the history
  • Loading branch information
hemberger committed Mar 16, 2021
1 parent 3bd1374 commit 913f84a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/Default/SmrSession.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class SmrSession {
'beta_functions.php' => self::ALWAYS_AVAILABLE,
'bug_report.php' => self::ALWAYS_AVAILABLE,
'cargo_dump.php' => self::ALWAYS_AVAILABLE,
'council_list.php' => self::ALWAYS_AVAILABLE,
'course_plot.php' => self::ALWAYS_AVAILABLE,
'changelog_view.php' => self::ALWAYS_AVAILABLE,
'chat_rules.php' => self::ALWAYS_AVAILABLE,
Expand Down Expand Up @@ -78,9 +77,6 @@ class SmrSession {
'rankings_race_kills.php' => self::ALWAYS_AVAILABLE,
'rankings_race.php' => self::ALWAYS_AVAILABLE,
'rankings_sector_kill.php' => self::ALWAYS_AVAILABLE,
'rankings_player_kills.php' => self::ALWAYS_AVAILABLE,
'rankings_player_kills.php' => self::ALWAYS_AVAILABLE,
'rankings_player_kills.php' => self::ALWAYS_AVAILABLE,
'rankings_view.php' => self::ALWAYS_AVAILABLE,
'sector_scan.php' => self::ALWAYS_AVAILABLE,
'trader_bounties.php' => self::ALWAYS_AVAILABLE,
Expand Down

0 comments on commit 913f84a

Please sign in to comment.