Fix charts

This commit is contained in:
2023-06-08 21:07:33 +02:00
parent c9b4372b34
commit 6c90033ede
4 changed files with 2 additions and 16 deletions

View File

@@ -9,11 +9,6 @@
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
$values1 = ( isset($_GET['v1']) ) ? $_GET['v1'] : 0;
$graphvalues1 = explode(",",$values1);
$matchdays = sizeof($graphvalues1);