diff --git a/play.pokemonshowdown.com/ladder.php b/play.pokemonshowdown.com/ladder.php index 05008f884f..a4e18d1857 100644 --- a/play.pokemonshowdown.com/ladder.php +++ b/play.pokemonshowdown.com/ladder.php @@ -53,7 +53,7 @@ '.round($row['rpr']).' ± '.round($row['rprd']).''; /* if (floatval($row['rprd']) > 100) echo ' (provisional)'; */ ?> diff --git a/pokemonshowdown.com/ladder.php b/pokemonshowdown.com/ladder.php index 8cae05c93a..084d5d1b9e 100644 --- a/pokemonshowdown.com/ladder.php +++ b/pokemonshowdown.com/ladder.php @@ -198,7 +198,7 @@ $toplist = $ladder->getTop(); $coil_vals = array(); try { - json_decode(file_get_contents('./config/coil.json')); + json_decode(file_get_contents('../config/coil.json')); } catch (Exception $e) {} $i=0; @@ -231,7 +231,7 @@