new table (clan) and accumulate stats quarter

This commit is contained in:
Lanta 2024-07-18 11:25:50 +02:00
parent 6def52e449
commit 16265f138d
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ $ogDescription = "Explore detailed player statistics over the past month includi
<main> <main>
<section> <section>
<h2>Player Stats past month</h2> <h2>Player Stats past Quarter</h2>
<?php <?php
include './config/config.php'; include './config/config.php';

View file

@ -12,7 +12,7 @@ else {
. $scriptroot\..\includes\ps1\lockfile.ps1 . $scriptroot\..\includes\ps1\lockfile.ps1
new-lock -by "matchparser" new-lock -by "matchparser"
##SETTINGS ##SETTINGS
$monthsback = -1 # how many months back to look for matches $monthsback = -3 # how many months back to look for matches
##END OF SETTINGS ##END OF SETTINGS
function Get-Change { function Get-Change {
param ( param (