diff --git a/clan_stats.php b/clan_stats.php deleted file mode 100644 index 3e3add7..0000000 --- a/clan_stats.php +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - -
- -
-
-
-

Clan Stats

- "; - echo "AttributeValue"; - foreach ($clan as $key => $value) { - echo "" . htmlspecialchars($key) . "" . htmlspecialchars($value) . ""; - } - foreach ($clanmembers['clanMembers'] as $value) { - echo "name" . htmlspecialchars($value) . ""; - } - - echo ""; - } else { - echo "

No clan attributes available

"; - } - } else { - echo "

Clan info file missing

"; - } - ?> -
-
- - - - - - \ No newline at end of file diff --git a/includes/navigation.php b/includes/navigation.php index 436cbd4..7ddafe8 100644 --- a/includes/navigation.php +++ b/includes/navigation.php @@ -9,7 +9,6 @@ if ($host == 'dev.dtch.online') { Home