When we want to start the competition, we use start.php.
It should receive a post request with the following:
var name
content
id
tournament id
redirect
redirect url
It will create a match history table (see new.php line 32) and will mark the competition as started in the database. Afterwards, it will redirect to the redirect url along with the tournament id depending on #9.
When we want to start the competition, we use start.php.
It should receive a post request with the following:
It will create a match history table (see new.php line 32) and will mark the competition as started in the database. Afterwards, it will redirect to the redirect url along with the tournament id depending on #9.