Dev #177
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ $ogDescription = "Explore detailed player statistics over the past month includi
|
|||
|
||||
<main>
|
||||
<section>
|
||||
<h2>Player Stats past month</h2>
|
||||
<h2>Player Stats past Quarter</h2>
|
||||
<?php
|
||||
include './config/config.php';
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ else {
|
|||
. $scriptroot\..\includes\ps1\lockfile.ps1
|
||||
new-lock -by "matchparser"
|
||||
##SETTINGS
|
||||
$monthsback = -1 # how many months back to look for matches
|
||||
$monthsback = -3 # how many months back to look for matches
|
||||
##END OF SETTINGS
|
||||
function Get-Change {
|
||||
param (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue