This website works better with JavaScript.
Explore
Help
Sign In
UEM
/
university-esports-mainz.de
Watch
2
Star
0
Fork
You've already forked university-esports-mainz.de
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
1.0 MiB
Tag:
Branch:
Tree:
a2a103a73b
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a2a103a73b'
${ noResults }
university-esports-mainz.de
/
public
/
elotracker
/
update.php
6 lines
81 B
Raw
Normal View
History
Unescape
Escape
ugly display, can update elo and riot id
5 months ago
<?php
require_once "Tracker.php";
$tracker = new Tracker();
$tracker->update();